{
 "item": [
  {
   "name": "AccountUser",
   "description": "",
   "item": [
    {
     "id": "c8206690-5dac-4b3e-b594-f73218690c4f",
     "name": "account User.index",
     "request": {
      "name": "account User.index",
      "description": {},
      "url": {
       "path": [
        "users"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "cba0e589-562a-4ef1-bd4b-2ee160fd7b0c",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "users"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "<string>",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "1356e561-f842-4d89-8a9a-f40a0064b39e",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "users"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "a12a9cd6-45ed-4fc9-b3ef-676c61cda92c",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "users"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "74975f44-d744-41f4-9dd6-4fd24563d889",
     "name": "account User.store User",
     "request": {
      "name": "account User.store User",
      "description": {},
      "url": {
       "path": [
        "users"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"first_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"role_id\": \"<integer>\",\n  \"last_name\": \"<string,null>\",\n  \"job_title\": \"<string,null>\",\n  \"department\": \"<string,null>\",\n  \"phone\": \"<string,null>\",\n  \"user_type\": \"staff\",\n  \"company_id\": \"<integer,null>\"\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "22f1124e-f26d-43cc-afef-a67ff154cb0b",
       "name": "Usuario creado",
       "originalRequest": {
        "url": {
         "path": [
          "users"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"first_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"role_id\": \"<integer>\",\n  \"last_name\": \"<string,null>\",\n  \"job_title\": \"<string,null>\",\n  \"department\": \"<string,null>\",\n  \"phone\": \"<string,null>\",\n  \"user_type\": \"staff\",\n  \"company_id\": \"<integer,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Created",
       "code": 201,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"account_type\": \"<string>\",\n    \"status\": \"<string>\",\n    \"user_type\": \"<string,null>\",\n    \"workspace_status\": \"<string,null>\",\n    \"profile\": {\n      \"id\": \"<integer>\",\n      \"first_name\": \"<string>\",\n      \"last_name\": \"<string,null>\",\n      \"phone\": \"<string,null>\",\n      \"employee_id\": \"<string,null>\",\n      \"company_id\": \"<integer>\",\n      \"company_name\": \"<string>\",\n      \"avatar\": \"<string,null>\",\n      \"job_title\": \"<string>\",\n      \"department\": \"<string>\"\n    },\n    \"created_at\": \"<string>\",\n    \"companies\": [\n      {\n        \"id\": \"<integer>\",\n        \"legal_name\": \"<string>\",\n        \"job_title\": \"<string,null>\",\n        \"department\": \"<string,null>\",\n        \"is_primary\": \"<boolean>\"\n      },\n      {\n        \"id\": \"<integer>\",\n        \"legal_name\": \"<string>\",\n        \"job_title\": \"<string,null>\",\n        \"department\": \"<string,null>\",\n        \"is_primary\": \"<boolean>\"\n      }\n    ],\n    \"roles\": [\n      {\n        \"id\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"slug\": \"<string>\",\n        \"color\": \"<string,null>\",\n        \"icon\": \"<string,null>\",\n        \"scope\": \"<string>\",\n        \"level\": \"<integer>\"\n      },\n      {\n        \"id\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"slug\": \"<string>\",\n        \"color\": \"<string,null>\",\n        \"icon\": \"<string,null>\",\n        \"scope\": \"<string>\",\n        \"level\": \"<integer>\"\n      }\n    ],\n    \"role\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "4071efe6-a505-4b83-8a5f-1c86f9533d40",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "users"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"first_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"role_id\": \"<integer>\",\n  \"last_name\": \"<string,null>\",\n  \"job_title\": \"<string,null>\",\n  \"department\": \"<string,null>\",\n  \"phone\": \"<string,null>\",\n  \"user_type\": \"staff\",\n  \"company_id\": \"<integer,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "7002afc6-3b51-4224-8eab-2537bb0ec80d",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "users"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"first_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"role_id\": \"<integer>\",\n  \"last_name\": \"<string,null>\",\n  \"job_title\": \"<string,null>\",\n  \"department\": \"<string,null>\",\n  \"phone\": \"<string,null>\",\n  \"user_type\": \"staff\",\n  \"company_id\": \"<integer,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "0dbd45a8-2c4d-4acc-83b9-1b0a2ccb0b5c",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "users"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"first_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"role_id\": \"<integer>\",\n  \"last_name\": \"<string,null>\",\n  \"job_title\": \"<string,null>\",\n  \"department\": \"<string,null>\",\n  \"phone\": \"<string,null>\",\n  \"user_type\": \"staff\",\n  \"company_id\": \"<integer,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "0cdd2524-5da8-41ad-bffd-79687d95ada9",
     "name": "account User.roles",
     "request": {
      "name": "account User.roles",
      "description": {},
      "url": {
       "path": [
        "users",
        "roles"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "0153f893-3cab-48d6-8eca-1cafc2b77d5b",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "users",
          "roles"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "<string>",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "31c2b901-5499-4ddf-b061-f098989cd47f",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "users",
          "roles"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "6b0507a2-31d3-4e92-bdf9-700a507aaf4c",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "users",
          "roles"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "2da6ce48-ef0b-43be-957f-ae3cdcfb7c34",
     "name": "account User.show",
     "request": {
      "name": "account User.show",
      "description": {},
      "url": {
       "path": [
        "users",
        ":id"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "2c73122b-ae9e-4609-8a3d-d534c461f5a2",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "users",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "<string>",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "a3170f44-28b5-4e79-97cf-606fa392b43b",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "users",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "d308d1e5-7d2c-40f3-969b-a4847b705a06",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "users",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "10d8eec1-917d-4154-a176-f3606c878431",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "users",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"UNAUTHENTICATED\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "c5c49b62-1a23-49be-805c-e26bfb11a4c2",
     "name": "account User.update User",
     "request": {
      "name": "account User.update User",
      "description": {},
      "url": {
       "path": [
        "users",
        ":id"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "PUT",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string,null>\",\n  \"job_title\": \"<string,null>\",\n  \"department\": \"<string,null>\",\n  \"phone\": \"<string,null>\",\n  \"employee_id\": \"<string,null>\",\n  \"role_id\": \"<integer,null>\",\n  \"status\": \"inactive\",\n  \"company_id\": \"<integer,null>\",\n  \"company_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "de5b97d5-33b6-4d0c-a3f4-a0fd8c822401",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "users",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string,null>\",\n  \"job_title\": \"<string,null>\",\n  \"department\": \"<string,null>\",\n  \"phone\": \"<string,null>\",\n  \"employee_id\": \"<string,null>\",\n  \"role_id\": \"<integer,null>\",\n  \"status\": \"inactive\",\n  \"company_id\": \"<integer,null>\",\n  \"company_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "<string>",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "567ba244-cecc-4dc1-ba51-11c40a95a6c5",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "users",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string,null>\",\n  \"job_title\": \"<string,null>\",\n  \"department\": \"<string,null>\",\n  \"phone\": \"<string,null>\",\n  \"employee_id\": \"<string,null>\",\n  \"role_id\": \"<integer,null>\",\n  \"status\": \"inactive\",\n  \"company_id\": \"<integer,null>\",\n  \"company_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "0100cd6e-2f26-49be-855e-99c6a33f677e",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "users",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string,null>\",\n  \"job_title\": \"<string,null>\",\n  \"department\": \"<string,null>\",\n  \"phone\": \"<string,null>\",\n  \"employee_id\": \"<string,null>\",\n  \"role_id\": \"<integer,null>\",\n  \"status\": \"inactive\",\n  \"company_id\": \"<integer,null>\",\n  \"company_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "161e5564-701e-471b-9ccb-b89591e8d46e",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "users",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string,null>\",\n  \"job_title\": \"<string,null>\",\n  \"department\": \"<string,null>\",\n  \"phone\": \"<string,null>\",\n  \"employee_id\": \"<string,null>\",\n  \"role_id\": \"<integer,null>\",\n  \"status\": \"inactive\",\n  \"company_id\": \"<integer,null>\",\n  \"company_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"UNAUTHENTICATED\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "148d3aa5-f2e1-41ea-a66c-d0bb999a62d7",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "users",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string,null>\",\n  \"job_title\": \"<string,null>\",\n  \"department\": \"<string,null>\",\n  \"phone\": \"<string,null>\",\n  \"employee_id\": \"<string,null>\",\n  \"role_id\": \"<integer,null>\",\n  \"status\": \"inactive\",\n  \"company_id\": \"<integer,null>\",\n  \"company_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "56426bb3-0a2b-48b0-8ddd-169d19e2b3cf",
     "name": "account User.destroy",
     "request": {
      "name": "account User.destroy",
      "description": {},
      "url": {
       "path": [
        "users",
        ":id"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "DELETE",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "54b0cdea-5dab-4e5a-a4e4-67ce908cf3fc",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "users",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "<string>",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "d211a4d9-bc77-47ac-b9e3-a31b3b0cfda4",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "users",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "e9b173c5-8b28-4eb7-9560-8d90f9c3531b",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "users",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "9a3adcc4-b6c1-4c32-a69b-b91f1e49acc4",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "users",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"UNAUTHENTICATED\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "8c456f29-3321-44eb-badf-a252ce4d64f8",
     "name": "account User.resend Invitation",
     "request": {
      "name": "account User.resend Invitation",
      "description": {},
      "url": {
       "path": [
        "users",
        ":id",
        "resend"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "b0674eca-fc06-40f7-99ee-7a84525ec548",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "users",
          ":id",
          "resend"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "<string>",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "a64224ff-0daf-4d8a-8ec2-fc5c229cd891",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "users",
          ":id",
          "resend"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "e33f8ffe-ed55-49ae-8d97-a5c578d93a31",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "users",
          ":id",
          "resend"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "5b1398fc-3a8c-4f5f-bd78-206acdfb2ff4",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "users",
          ":id",
          "resend"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {}
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"UNAUTHENTICATED\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "50f82fe5-5100-4571-b0db-d3d3bb8a4a29",
     "name": "Sincroniza las empresas asociadas a un usuario (reemplaza todas)",
     "request": {
      "name": "Sincroniza las empresas asociadas a un usuario (reemplaza todas)",
      "description": {
       "content": "PUT /users/{id}/companies\nBody: { companies: [{company_id, job_title?, department?, is_primary?}] }",
       "type": "text/plain"
      },
      "url": {
       "path": [
        "users",
        ":id",
        "companies"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "PUT",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"companies\": [\n    {\n      \"company_id\": \"<integer>\",\n      \"job_title\": \"<string,null>\",\n      \"department\": \"<string,null>\",\n      \"is_primary\": \"<boolean,null>\"\n    }\n  ]\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "6d8de372-0587-4573-b710-30ec5667659f",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "users",
          ":id",
          "companies"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"companies\": [\n    {\n      \"company_id\": \"<integer>\",\n      \"job_title\": \"<string,null>\",\n      \"department\": \"<string,null>\",\n      \"is_primary\": \"<boolean,null>\"\n    }\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "<string>",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "d6e65e22-b106-41a7-a401-0f5cc3000368",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "users",
          ":id",
          "companies"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"companies\": [\n    {\n      \"company_id\": \"<integer>\",\n      \"job_title\": \"<string,null>\",\n      \"department\": \"<string,null>\",\n      \"is_primary\": \"<boolean,null>\"\n    }\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "8b5b3bbf-4db5-4140-afae-71f215065adb",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "users",
          ":id",
          "companies"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"companies\": [\n    {\n      \"company_id\": \"<integer>\",\n      \"job_title\": \"<string,null>\",\n      \"department\": \"<string,null>\",\n      \"is_primary\": \"<boolean,null>\"\n    }\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "491af8e9-cc93-4164-8b8c-32b3ead4c381",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "users",
          ":id",
          "companies"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"companies\": [\n    {\n      \"company_id\": \"<integer>\",\n      \"job_title\": \"<string,null>\",\n      \"department\": \"<string,null>\",\n      \"is_primary\": \"<boolean,null>\"\n    }\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"UNAUTHENTICATED\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "7940fa2b-d224-4bb1-9a94-7ea383279d2c",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "users",
          ":id",
          "companies"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"companies\": [\n    {\n      \"company_id\": \"<integer>\",\n      \"job_title\": \"<string,null>\",\n      \"department\": \"<string,null>\",\n      \"is_primary\": \"<boolean,null>\"\n    }\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    }
   ]
  },
  {
   "name": "Agenda",
   "description": "",
   "item": [
    {
     "id": "491726b7-37aa-4aba-b485-77339396c9fe",
     "name": "GET /agenda/sedes\nSedes activas del workspace con sus franjas configuradas\n(data source catalog `sedes`)",
     "request": {
      "name": "GET /agenda/sedes\nSedes activas del workspace con sus franjas configuradas\n(data source catalog `sedes`)",
      "description": {},
      "url": {
       "path": [
        "agenda",
        "sedes"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "1f047a96-3cee-4e59-a11b-c9a0a847d956",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "agenda",
          "sedes"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"message\": \"<null>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "67e82171-2652-4556-ab9b-7b7bb5c49bf9",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "agenda",
          "sedes"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "fea31dd7-6e01-4685-83fa-3e5ea3eb379f",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "agenda",
          "sedes"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "da77f3e6-3cb3-464a-babd-8ba7b4add60e",
     "name": "GET /agenda/availability?sede={key}&date=YYYY-MM-DD\nFranjas de la sede para la fecha, con cupo, reservas y disponibilidad",
     "request": {
      "name": "GET /agenda/availability?sede={key}&date=YYYY-MM-DD\nFranjas de la sede para la fecha, con cupo, reservas y disponibilidad",
      "description": {},
      "url": {
       "path": [
        "agenda",
        "availability"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [
        {
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         },
         "key": "sede",
         "value": "<string>"
        },
        {
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         },
         "key": "date",
         "value": "<dateTime>"
        }
       ],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "fe807fca-530a-48f3-8135-f31dc90f0647",
       "name": "Disponibilidad de la sede",
       "originalRequest": {
        "url": {
         "path": [
          "agenda",
          "availability"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "key": "sede",
           "value": "<string>"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "key": "date",
           "value": "<dateTime>"
          }
         ],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"sede\": {\n      \"key\": \"<string>\",\n      \"label\": \"<string>\"\n    },\n    \"date\": \"<string>\",\n    \"slots\": [\n      {\n        \"time\": \"<string>\",\n        \"capacity\": \"<integer>\",\n        \"booked\": \"<integer>\",\n        \"available\": \"<integer>\"\n      },\n      {\n        \"time\": \"<string>\",\n        \"capacity\": \"<integer>\",\n        \"booked\": \"<integer>\",\n        \"available\": \"<integer>\"\n      }\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "2d769957-4098-470b-9e5a-792deaa0b699",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "agenda",
          "availability"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "key": "sede",
           "value": "<string>"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "key": "date",
           "value": "<dateTime>"
          }
         ],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "67ba4e62-73c4-426c-8e04-cf001d04aea2",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "agenda",
          "availability"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "key": "sede",
           "value": "<string>"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "key": "date",
           "value": "<dateTime>"
          }
         ],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "02ce430c-aab5-400f-b245-93d9dd1a5568",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "agenda",
          "availability"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "key": "sede",
           "value": "<string>"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "key": "date",
           "value": "<dateTime>"
          }
         ],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"FORBIDDEN\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "32c4ab1b-8e9e-4504-84c6-e21825c874d8",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "agenda",
          "availability"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "key": "sede",
           "value": "<string>"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "key": "date",
           "value": "<dateTime>"
          }
         ],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "990c8d44-1140-42f7-bd18-9ebe24447db7",
     "name": "GET /agenda/locks?user_id=\nBloqueos de agenda del workspace (opcionalmente filtrados por evaluador)",
     "request": {
      "name": "GET /agenda/locks?user_id=\nBloqueos de agenda del workspace (opcionalmente filtrados por evaluador)",
      "description": {},
      "url": {
       "path": [
        "agenda",
        "locks"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "f8ad86a3-78a3-4819-a1fe-213588e4bf5d",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "agenda",
          "locks"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": [\n    {\n      \"id\": \"<integer>\",\n      \"workspace_id\": \"<integer>\",\n      \"user_id\": \"<integer>\",\n      \"starts_at\": \"<dateTime>\",\n      \"ends_at\": \"<dateTime>\",\n      \"reason\": \"<string,null>\",\n      \"created_by\": \"<integer,null>\",\n      \"created_at\": \"<string,null-date-time>\",\n      \"updated_at\": \"<string,null-date-time>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"workspace_id\": \"<integer>\",\n      \"user_id\": \"<integer>\",\n      \"starts_at\": \"<dateTime>\",\n      \"ends_at\": \"<dateTime>\",\n      \"reason\": \"<string,null>\",\n      \"created_by\": \"<integer,null>\",\n      \"created_at\": \"<string,null-date-time>\",\n      \"updated_at\": \"<string,null-date-time>\"\n    }\n  ],\n  \"message\": \"<null>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "fd1e1e3e-c1ca-4bc3-8a1f-ab881b7010fa",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "agenda",
          "locks"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "8e7de61b-2dff-4504-ac70-7d67a30cd61b",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "agenda",
          "locks"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "27d64278-7b72-4aea-b34b-20af45e5052b",
     "name": "POST /agenda/locks\nCrea un bloqueo. Con permiso agenda.manage puede bloquear a cualquiera;\ncon solo agenda.lock, únicamente la agenda propia",
     "request": {
      "name": "POST /agenda/locks\nCrea un bloqueo. Con permiso agenda.manage puede bloquear a cualquiera;\ncon solo agenda.lock, únicamente la agenda propia",
      "description": {},
      "url": {
       "path": [
        "agenda",
        "locks"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"starts_at\": \"<dateTime>\",\n  \"ends_at\": \"<dateTime>\",\n  \"user_id\": \"<integer,null>\",\n  \"reason\": \"<string,null>\"\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "179e1240-0390-4e0b-bd73-41d1052d5d68",
       "name": "201",
       "originalRequest": {
        "url": {
         "path": [
          "agenda",
          "locks"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"starts_at\": \"<dateTime>\",\n  \"ends_at\": \"<dateTime>\",\n  \"user_id\": \"<integer,null>\",\n  \"reason\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Created",
       "code": 201,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"workspace_id\": \"<integer>\",\n    \"user_id\": \"<integer>\",\n    \"starts_at\": \"<dateTime>\",\n    \"ends_at\": \"<dateTime>\",\n    \"reason\": \"<string,null>\",\n    \"created_by\": \"<integer,null>\",\n    \"created_at\": \"<string,null-date-time>\",\n    \"updated_at\": \"<string,null-date-time>\"\n  },\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "54197dc9-918d-41ee-9394-662df47eb350",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "agenda",
          "locks"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"starts_at\": \"<dateTime>\",\n  \"ends_at\": \"<dateTime>\",\n  \"user_id\": \"<integer,null>\",\n  \"reason\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "069e86df-0cdf-4376-adc6-d11b14907a7c",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "agenda",
          "locks"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"starts_at\": \"<dateTime>\",\n  \"ends_at\": \"<dateTime>\",\n  \"user_id\": \"<integer,null>\",\n  \"reason\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "fe533e1e-b3c5-48ff-a89b-6c9b4e210336",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "agenda",
          "locks"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"starts_at\": \"<dateTime>\",\n  \"ends_at\": \"<dateTime>\",\n  \"user_id\": \"<integer,null>\",\n  \"reason\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "7f01898c-14be-4978-aca5-f595c5841105",
     "name": "POST /agenda/book\nReserva una franja para un proceso: valida cupo y bloqueo del evaluador,\nescribe start_date (notificando al evaluador si se asigna) y estampa la\nsede en metadata.agenda",
     "request": {
      "name": "POST /agenda/book\nReserva una franja para un proceso: valida cupo y bloqueo del evaluador,\nescribe start_date (notificando al evaluador si se asigna) y estampa la\nsede en metadata.agenda",
      "description": {},
      "url": {
       "path": [
        "agenda",
        "book"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"process_id\": \"<integer>\",\n  \"sede\": \"<string>\",\n  \"date\": \"<dateTime>\",\n  \"time\": \"88:16\",\n  \"assigned_to\": \"<integer,null>\"\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "7123feca-f68e-41a9-afcd-7f08d18a9526",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "agenda",
          "book"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"process_id\": \"<integer>\",\n  \"sede\": \"<string>\",\n  \"date\": \"<dateTime>\",\n  \"time\": \"88:16\",\n  \"assigned_to\": \"<integer,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"process_id\": \"<integer>\",\n    \"start_date\": \"<string,null-date-time>\",\n    \"agenda\": \"<string,null>\"\n  },\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "bd71aaf0-a04e-4ef6-8ab5-8816fe63af79",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "agenda",
          "book"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"process_id\": \"<integer>\",\n  \"sede\": \"<string>\",\n  \"date\": \"<dateTime>\",\n  \"time\": \"88:16\",\n  \"assigned_to\": \"<integer,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "559d4d49-9e19-4352-a740-68de7b46cb3f",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "agenda",
          "book"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"process_id\": \"<integer>\",\n  \"sede\": \"<string>\",\n  \"date\": \"<dateTime>\",\n  \"time\": \"88:16\",\n  \"assigned_to\": \"<integer,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "8cf653d9-a178-427c-b548-8976aa39e83f",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "agenda",
          "book"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"process_id\": \"<integer>\",\n  \"sede\": \"<string>\",\n  \"date\": \"<dateTime>\",\n  \"time\": \"88:16\",\n  \"assigned_to\": \"<integer,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"UNAUTHENTICATED\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "a5e858db-97b9-44ac-8d40-b9d62bd79f52",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "agenda",
          "book"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"process_id\": \"<integer>\",\n  \"sede\": \"<string>\",\n  \"date\": \"<dateTime>\",\n  \"time\": \"88:16\",\n  \"assigned_to\": \"<integer,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "1f5cc1a4-aee2-413d-a946-40dc34688491",
     "name": "DELETE /agenda/locks/{id}\nElimina un bloqueo (propio, o de cualquiera con agenda.manage)",
     "request": {
      "name": "DELETE /agenda/locks/{id}\nElimina un bloqueo (propio, o de cualquiera con agenda.manage)",
      "description": {},
      "url": {
       "path": [
        "agenda",
        "locks",
        ":id"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "DELETE",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "5447cc7c-66ee-4841-8671-9719228907be",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "agenda",
          "locks",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": \"<null>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "8b4ec98d-8aa7-43c3-922c-44da51cc4c8e",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "agenda",
          "locks",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "6866d215-7de6-4d79-b59c-081fb913da57",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "agenda",
          "locks",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "2af70b7d-1494-4175-9d49-ce90c03c1556",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "agenda",
          "locks",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"UNAUTHENTICATED\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    }
   ]
  },
  {
   "name": "Auth",
   "description": "",
   "item": [
    {
     "id": "574c7219-f090-4d00-88e7-c931b1f1d607",
     "name": "Validación de cuenta: devuelve workspaces disponibles para el usuario",
     "request": {
      "name": "Validación de cuenta: devuelve workspaces disponibles para el usuario",
      "description": {},
      "url": {
       "path": [
        "validate"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"email\": \"<email>\"\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "5882498f-54aa-4fc7-b719-dbf2d4465dd8",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "validate"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"email\": \"<email>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"data\": {\n    \"email\": \"<string>\",\n    \"name\": \"<string>\",\n    \"requires_workspace_selection\": \"<boolean>\",\n    \"workspaces\": [\n      \"\",\n      \"\"\n    ],\n    \"default_workspace\": \"<string>\",\n    \"user_capabilities\": {\n      \"can_own_workspaces\": \"<boolean>\",\n      \"can_be_member\": \"<boolean>\"\n    }\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "7f879346-ce7b-44be-9a6a-48cdc4924288",
       "name": "403",
       "originalRequest": {
        "url": {
         "path": [
          "validate"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"email\": \"<email>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\",\n  \"data\": {\n    \"email\": \"<string>\",\n    \"user_name\": \"<string>\",\n    \"user_type\": \"<string>\"\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "b3719f69-aafc-4076-89e1-00a3414e6501",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "validate"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"email\": \"<email>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "0e8f3ec2-a2a9-43b0-8559-a5b75da5459b",
       "name": "500",
       "originalRequest": {
        "url": {
         "path": [
          "validate"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"email\": \"<email>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Internal Server Error",
       "code": 500,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"VALIDATION_FAILED\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "e0628c04-4eb4-4648-9b31-1a1dbc8df175",
     "name": "Login principal con soporte de bloqueo por intentos fallidos y auditoría",
     "request": {
      "name": "Login principal con soporte de bloqueo por intentos fallidos y auditoría",
      "description": {},
      "url": {
       "path": [
        "login"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"email\": \"<email>\",\n  \"password\": \"<string>\",\n  \"company_id\": \"<integer,null>\"\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "feccb71e-7355-4a55-8321-56cee3b87984",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "login"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"email\": \"<email>\",\n  \"password\": \"<string>\",\n  \"company_id\": \"<integer,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\",\n  \"data\": {\n    \"token\": \"<string>\",\n    \"user\": {\n      \"id\": \"<string>\",\n      \"email\": \"<string>\",\n      \"first_name\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"roles\": \"<string>\",\n      \"account_type\": \"<string>\",\n      \"user_type\": \"\",\n      \"is_admin\": \"<boolean>\",\n      \"avatar\": \"<string,null>\",\n      \"workspace\": {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"logo\": \"<string,null>\",\n        \"layout\": \"<string>\",\n        \"country_id\": \"<string>\",\n        \"timezone\": \"<string>\"\n      },\n      \"applications\": \"<string>\",\n      \"profile_id\": \"<string>\",\n      \"job_title\": \"<string>\",\n      \"company_id\": \"<string>\",\n      \"active_company\": \"<null>\",\n      \"workspace_config\": {}\n    }\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "f25f4d86-e6fc-4b8a-983c-09155ad822b7",
       "name": "401",
       "originalRequest": {
        "url": {
         "path": [
          "login"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"email\": \"<email>\",\n  \"password\": \"<string>\",\n  \"company_id\": \"<integer,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "ad8714d1-430c-41be-9f47-5d5eb9a61d7d",
       "name": "403",
       "originalRequest": {
        "url": {
         "path": [
          "login"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"email\": \"<email>\",\n  \"password\": \"<string>\",\n  \"company_id\": \"<integer,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "85d3629c-4ce5-469f-9e46-9c122a48248e",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "login"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"email\": \"<email>\",\n  \"password\": \"<string>\",\n  \"company_id\": \"<integer,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "b28c9a90-cdb2-4365-bcbc-8ea77a86e8e3",
       "name": "429",
       "originalRequest": {
        "url": {
         "path": [
          "login"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"email\": \"<email>\",\n  \"password\": \"<string>\",\n  \"company_id\": \"<integer,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Too Many Requests",
       "code": 429,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "22f31ef7-36af-4946-8dfa-9de5ea830ce6",
       "name": "500",
       "originalRequest": {
        "url": {
         "path": [
          "login"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"email\": \"<email>\",\n  \"password\": \"<string>\",\n  \"company_id\": \"<integer,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Internal Server Error",
       "code": 500,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "aada3611-2942-4b7c-97be-eff1817a6b0e",
     "name": "Renueva el token activo: emite un PAT nuevo y revoca el actual.\nEl cliente debe reemplazar su cookie/almacén con el token devuelto",
     "request": {
      "name": "Renueva el token activo: emite un PAT nuevo y revoca el actual.\nEl cliente debe reemplazar su cookie/almacén con el token devuelto",
      "description": {},
      "url": {
       "path": [
        "token",
        "refresh"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "4856b6f3-ef83-4ab7-99c9-2ce403f5893f",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "token",
          "refresh"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "<string>",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "47f71d7d-904e-40e8-a52e-4925dcfdd5af",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "token",
          "refresh"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "1c544745-b284-447d-9bb1-a1f95f12cb3c",
     "name": "Retorna los datos del usuario autenticado en el contexto del workspace activo.\nEquivalente a la respuesta de login pero sin emitir token",
     "request": {
      "name": "Retorna los datos del usuario autenticado en el contexto del workspace activo.\nEquivalente a la respuesta de login pero sin emitir token",
      "description": {},
      "url": {
       "path": [
        "me"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "7759cadf-f33b-4b03-921f-c9432ac590c6",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "me"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"data\": {\n    \"user\": {\n      \"id\": \"<string>\",\n      \"email\": \"<string>\",\n      \"first_name\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"roles\": \"<string>\",\n      \"account_type\": \"<string>\",\n      \"user_type\": \"\",\n      \"is_admin\": \"<boolean>\",\n      \"avatar\": \"<string,null>\",\n      \"workspace\": {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"logo\": \"<string,null>\",\n        \"layout\": \"<string>\",\n        \"country_id\": \"<string>\",\n        \"timezone\": \"<string>\"\n      },\n      \"applications\": \"<string>\",\n      \"profile_id\": \"<string>\",\n      \"job_title\": \"<string>\",\n      \"company_id\": \"<string>\",\n      \"active_company\": \"<null>\",\n      \"workspace_config\": {}\n    }\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "c38b6bda-f6c7-44ab-888f-9bdaf6a656f7",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "me"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "417f35f2-ddc6-4bd4-b24c-35b15c2fe3c4",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "me"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "bf7e0752-976f-435c-8487-852e7713c958",
       "name": "500",
       "originalRequest": {
        "url": {
         "path": [
          "me"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Internal Server Error",
       "code": 500,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "c0f13cbb-3a2e-471e-a36d-2854dcc68a1f",
     "name": "auth.logout",
     "request": {
      "name": "auth.logout",
      "description": {},
      "url": {
       "path": [
        "logout"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "5742d719-60f1-4543-99e5-6e7f6fa6ab87",
       "name": "Sesión cerrada; token revocado",
       "originalRequest": {
        "url": {
         "path": [
          "logout"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "194c243f-f696-465e-8ddf-a5de3c4ae925",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "logout"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    }
   ]
  },
  {
   "name": "Chat",
   "description": "",
   "item": [
    {
     "id": "e8b54af4-2a8c-4416-8198-bc84edd25444",
     "name": "chat.chat",
     "request": {
      "name": "chat.chat",
      "description": {},
      "url": {
       "path": [
        "summit",
        "chat"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"message\": \"<string>\",\n  \"session_key\": \"<string,null>\"\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "f2b9e5d9-f1d8-4230-887f-80dac7d3e11e",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "summit",
          "chat"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"message\": \"<string>\",\n  \"session_key\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"success\": \"<boolean>\",\n  \"response\": \"<string>\",\n  \"session_key\": \"<string>\",\n  \"messages_remaining\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "0ac29043-4a17-4440-b240-1eb4714e5b22",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "summit",
          "chat"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"message\": \"<string>\",\n  \"session_key\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    }
   ]
  },
  {
   "name": "Client",
   "description": "",
   "item": [
    {
     "id": "45469576-496d-436e-a645-cba788404529",
     "name": "Lista paginada de empresas cliente del workspace",
     "request": {
      "name": "Lista paginada de empresas cliente del workspace",
      "description": {},
      "url": {
       "path": [
        "clients"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [
        {
         "disabled": false,
         "description": {
          "content": "",
          "type": "text/plain"
         },
         "key": "search",
         "value": ""
        }
       ],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "2449b19c-b7a1-4623-a949-ab21b1c848ab",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "clients"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [
          {
           "disabled": false,
           "description": {
            "content": "",
            "type": "text/plain"
           },
           "key": "search",
           "value": ""
          }
         ],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"data\": [\n    {\n      \"id\": \"<integer>\",\n      \"location_id\": \"<integer,null>\",\n      \"nit\": \"<string,null>\",\n      \"legal_name\": \"<string>\",\n      \"dba\": \"<string,null>\",\n      \"email\": \"<string,null>\",\n      \"web\": \"<string,null>\",\n      \"logo\": \"<string,null>\",\n      \"address\": \"<string,null>\",\n      \"maps\": \"<string,null>\",\n      \"phone\": null,\n      \"industries\": [\n        \"\",\n        \"\"\n      ],\n      \"conf\": null,\n      \"created_at\": \"<string,null-date-time>\",\n      \"updated_at\": \"<string,null-date-time>\",\n      \"deleted_at\": \"<string,null-date-time>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"location_id\": \"<integer,null>\",\n      \"nit\": \"<string,null>\",\n      \"legal_name\": \"<string>\",\n      \"dba\": \"<string,null>\",\n      \"email\": \"<string,null>\",\n      \"web\": \"<string,null>\",\n      \"logo\": \"<string,null>\",\n      \"address\": \"<string,null>\",\n      \"maps\": \"<string,null>\",\n      \"phone\": [\n        \"\",\n        \"\"\n      ],\n      \"industries\": null,\n      \"conf\": null,\n      \"created_at\": \"<string,null-date-time>\",\n      \"updated_at\": \"<string,null-date-time>\",\n      \"deleted_at\": \"<string,null-date-time>\"\n    }\n  ],\n  \"meta\": {\n    \"current_page\": \"<integer>\",\n    \"last_page\": \"<integer>\",\n    \"per_page\": \"<integer>\",\n    \"total\": \"<integer>\",\n    \"has_more\": \"<boolean>\"\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "dae75630-7419-418f-a990-74df4aa1c19c",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "clients"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [
          {
           "disabled": false,
           "description": {
            "content": "",
            "type": "text/plain"
           },
           "key": "search",
           "value": ""
          }
         ],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "489299a8-626d-43c2-b7bd-ae1a125ccb5a",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "clients"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [
          {
           "disabled": false,
           "description": {
            "content": "",
            "type": "text/plain"
           },
           "key": "search",
           "value": ""
          }
         ],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "e23ab87b-fe96-4cba-91ee-04113fc73969",
     "name": "Crear empresa cliente en el workspace",
     "request": {
      "name": "Crear empresa cliente en el workspace",
      "description": {},
      "url": {
       "path": [
        "clients"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"legal_name\": \"<string>\",\n  \"dba\": \"<string,null>\",\n  \"nit\": \"<string,null>\",\n  \"email\": \"<string,null-email>\",\n  \"phone\": \"<string,null>\",\n  \"address\": \"<string,null>\",\n  \"web\": \"<string,null>\",\n  \"city\": \"<string,null>\",\n  \"location_id\": \"<integer,null>\",\n  \"tariff\": \"<string,null>\",\n  \"billing_name\": \"<string,null>\",\n  \"billing_email\": \"<string,null-email>\",\n  \"billing_address\": \"<string,null>\",\n  \"users\": null\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "4a5e248a-8c08-4d22-9003-68580d80be38",
       "name": "201",
       "originalRequest": {
        "url": {
         "path": [
          "clients"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"legal_name\": \"<string>\",\n  \"dba\": \"<string,null>\",\n  \"nit\": \"<string,null>\",\n  \"email\": \"<string,null-email>\",\n  \"phone\": \"<string,null>\",\n  \"address\": \"<string,null>\",\n  \"web\": \"<string,null>\",\n  \"city\": \"<string,null>\",\n  \"location_id\": \"<integer,null>\",\n  \"tariff\": \"<string,null>\",\n  \"billing_name\": \"<string,null>\",\n  \"billing_email\": \"<string,null-email>\",\n  \"billing_address\": \"<string,null>\",\n  \"users\": null\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Created",
       "code": 201,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"legal_name\": \"<string>\",\n    \"dba\": \"<string>\",\n    \"nit\": \"<string>\",\n    \"email\": \"<string>\",\n    \"phone\": \"<string,null>\",\n    \"address\": \"<string>\",\n    \"web\": \"<string>\",\n    \"city\": \"<string,null>\",\n    \"logo_url\": \"<string,null>\",\n    \"tariff\": \"<string,null>\",\n    \"billing_name\": \"<string,null>\",\n    \"billing_email\": \"<string,null>\",\n    \"billing_address\": \"<string,null>\",\n    \"created_at\": \"<string>\"\n  },\n  \"warnings\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "216ef18c-25dd-4250-b0d7-4fb4c629b545",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "clients"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"legal_name\": \"<string>\",\n  \"dba\": \"<string,null>\",\n  \"nit\": \"<string,null>\",\n  \"email\": \"<string,null-email>\",\n  \"phone\": \"<string,null>\",\n  \"address\": \"<string,null>\",\n  \"web\": \"<string,null>\",\n  \"city\": \"<string,null>\",\n  \"location_id\": \"<integer,null>\",\n  \"tariff\": \"<string,null>\",\n  \"billing_name\": \"<string,null>\",\n  \"billing_email\": \"<string,null-email>\",\n  \"billing_address\": \"<string,null>\",\n  \"users\": null\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "3ef0337a-37aa-4a37-aebf-1305b2b75d7c",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "clients"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"legal_name\": \"<string>\",\n  \"dba\": \"<string,null>\",\n  \"nit\": \"<string,null>\",\n  \"email\": \"<string,null-email>\",\n  \"phone\": \"<string,null>\",\n  \"address\": \"<string,null>\",\n  \"web\": \"<string,null>\",\n  \"city\": \"<string,null>\",\n  \"location_id\": \"<integer,null>\",\n  \"tariff\": \"<string,null>\",\n  \"billing_name\": \"<string,null>\",\n  \"billing_email\": \"<string,null-email>\",\n  \"billing_address\": \"<string,null>\",\n  \"users\": null\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "8238f3e9-9fe7-4290-9886-f6b6a180db44",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "clients"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"legal_name\": \"<string>\",\n  \"dba\": \"<string,null>\",\n  \"nit\": \"<string,null>\",\n  \"email\": \"<string,null-email>\",\n  \"phone\": \"<string,null>\",\n  \"address\": \"<string,null>\",\n  \"web\": \"<string,null>\",\n  \"city\": \"<string,null>\",\n  \"location_id\": \"<integer,null>\",\n  \"tariff\": \"<string,null>\",\n  \"billing_name\": \"<string,null>\",\n  \"billing_email\": \"<string,null-email>\",\n  \"billing_address\": \"<string,null>\",\n  \"users\": null\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "efea025e-9566-4beb-8715-d05cdbb78b97",
     "name": "Lista simple de clientes para selects (id + nombre)",
     "request": {
      "name": "Lista simple de clientes para selects (id + nombre)",
      "description": {},
      "url": {
       "path": [
        "clients",
        "list"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "8bd2f878-6b91-429e-95fe-dd343d0974e7",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "clients",
          "list"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"data\": []\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "cb548cdd-a542-4754-a4c8-ea7f56108843",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "clients",
          "list"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "a777ca50-894f-47ff-beae-cf5dbe75eb99",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "clients",
          "list"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "942a8f68-c38a-47cd-8da6-abd1990731d9",
     "name": "Detalle de una empresa cliente",
     "request": {
      "name": "Detalle de una empresa cliente",
      "description": {},
      "url": {
       "path": [
        "clients",
        ":id"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "9df21d18-f17d-4518-aebc-c6779f7a874e",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "clients",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"legal_name\": \"<string>\",\n    \"dba\": \"<string>\",\n    \"nit\": \"<string>\",\n    \"email\": \"<string>\",\n    \"phone\": \"<string,null>\",\n    \"address\": \"<string>\",\n    \"web\": \"<string>\",\n    \"city\": \"<string,null>\",\n    \"logo_url\": \"<string,null>\",\n    \"tariff\": \"<string,null>\",\n    \"billing_name\": \"<string,null>\",\n    \"billing_email\": \"<string,null>\",\n    \"billing_address\": \"<string,null>\",\n    \"created_at\": \"<string>\"\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "2c41375e-8dbc-4f66-8c1f-d91809155c65",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "clients",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "dcec24aa-bb2d-4c6a-8c74-22fbd4f9bc8a",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "clients",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "635ae3dc-873d-4979-9a4a-fd1fe9fb50c1",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "clients",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "79556be2-8c45-45a1-8b95-5867e8925887",
     "name": "Actualizar empresa cliente",
     "request": {
      "name": "Actualizar empresa cliente",
      "description": {},
      "url": {
       "path": [
        "clients",
        ":id"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "PUT",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"legal_name\": \"<string>\",\n  \"dba\": \"<string,null>\",\n  \"nit\": \"<string,null>\",\n  \"email\": \"<string,null-email>\",\n  \"phone\": \"<string,null>\",\n  \"address\": \"<string,null>\",\n  \"web\": \"<string,null>\",\n  \"city\": \"<string,null>\",\n  \"location_id\": \"<integer,null>\",\n  \"tariff\": \"<string,null>\",\n  \"billing_name\": \"<string,null>\",\n  \"billing_email\": \"<string,null-email>\",\n  \"billing_address\": \"<string,null>\"\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "43dd18b5-2390-4f1f-a9bf-1cdcff28619e",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "clients",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"legal_name\": \"<string>\",\n  \"dba\": \"<string,null>\",\n  \"nit\": \"<string,null>\",\n  \"email\": \"<string,null-email>\",\n  \"phone\": \"<string,null>\",\n  \"address\": \"<string,null>\",\n  \"web\": \"<string,null>\",\n  \"city\": \"<string,null>\",\n  \"location_id\": \"<integer,null>\",\n  \"tariff\": \"<string,null>\",\n  \"billing_name\": \"<string,null>\",\n  \"billing_email\": \"<string,null-email>\",\n  \"billing_address\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"legal_name\": \"<string>\",\n    \"dba\": \"<string>\",\n    \"nit\": \"<string>\",\n    \"email\": \"<string>\",\n    \"phone\": \"<string,null>\",\n    \"address\": \"<string>\",\n    \"web\": \"<string>\",\n    \"city\": \"<string,null>\",\n    \"logo_url\": \"<string,null>\",\n    \"tariff\": \"<string,null>\",\n    \"billing_name\": \"<string,null>\",\n    \"billing_email\": \"<string,null>\",\n    \"billing_address\": \"<string,null>\",\n    \"created_at\": \"<string>\"\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "15d58628-9015-4054-8749-c13a2db5a3ac",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "clients",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"legal_name\": \"<string>\",\n  \"dba\": \"<string,null>\",\n  \"nit\": \"<string,null>\",\n  \"email\": \"<string,null-email>\",\n  \"phone\": \"<string,null>\",\n  \"address\": \"<string,null>\",\n  \"web\": \"<string,null>\",\n  \"city\": \"<string,null>\",\n  \"location_id\": \"<integer,null>\",\n  \"tariff\": \"<string,null>\",\n  \"billing_name\": \"<string,null>\",\n  \"billing_email\": \"<string,null-email>\",\n  \"billing_address\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "61a43de4-6858-45d9-b4c3-0e61b3c14982",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "clients",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"legal_name\": \"<string>\",\n  \"dba\": \"<string,null>\",\n  \"nit\": \"<string,null>\",\n  \"email\": \"<string,null-email>\",\n  \"phone\": \"<string,null>\",\n  \"address\": \"<string,null>\",\n  \"web\": \"<string,null>\",\n  \"city\": \"<string,null>\",\n  \"location_id\": \"<integer,null>\",\n  \"tariff\": \"<string,null>\",\n  \"billing_name\": \"<string,null>\",\n  \"billing_email\": \"<string,null-email>\",\n  \"billing_address\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "d9c6301b-8a14-42c3-aa23-55cff16e15d7",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "clients",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"legal_name\": \"<string>\",\n  \"dba\": \"<string,null>\",\n  \"nit\": \"<string,null>\",\n  \"email\": \"<string,null-email>\",\n  \"phone\": \"<string,null>\",\n  \"address\": \"<string,null>\",\n  \"web\": \"<string,null>\",\n  \"city\": \"<string,null>\",\n  \"location_id\": \"<integer,null>\",\n  \"tariff\": \"<string,null>\",\n  \"billing_name\": \"<string,null>\",\n  \"billing_email\": \"<string,null-email>\",\n  \"billing_address\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "611a8be5-a0f1-43f9-9ca3-d940bc5500d0",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "clients",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"legal_name\": \"<string>\",\n  \"dba\": \"<string,null>\",\n  \"nit\": \"<string,null>\",\n  \"email\": \"<string,null-email>\",\n  \"phone\": \"<string,null>\",\n  \"address\": \"<string,null>\",\n  \"web\": \"<string,null>\",\n  \"city\": \"<string,null>\",\n  \"location_id\": \"<integer,null>\",\n  \"tariff\": \"<string,null>\",\n  \"billing_name\": \"<string,null>\",\n  \"billing_email\": \"<string,null-email>\",\n  \"billing_address\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "ef51b4c7-746c-4af7-a785-b699d4fed1a7",
     "name": "Eliminar (soft delete) empresa cliente",
     "request": {
      "name": "Eliminar (soft delete) empresa cliente",
      "description": {},
      "url": {
       "path": [
        "clients",
        ":id"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "DELETE",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "7177a119-c7cf-4e57-bb6c-1fbf7fd9fb31",
       "name": "Empresa eliminada",
       "originalRequest": {
        "url": {
         "path": [
          "clients",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "3611f437-05f4-41d5-894c-5c066ac8244a",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "clients",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "06663d89-09a0-4fb0-8934-ad8d1a437330",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "clients",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "5af33770-b755-4cd8-bb63-62f629915335",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "clients",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "21855343-a46c-4591-9418-f1a30bd99e22",
     "name": "Sube o reemplaza el logo de la empresa cliente.\nAcceso: administrador con clients.edit O usuario cliente perteneciente a la empresa",
     "request": {
      "name": "Sube o reemplaza el logo de la empresa cliente.\nAcceso: administrador con clients.edit O usuario cliente perteneciente a la empresa",
      "description": {},
      "url": {
       "path": [
        "clients",
        ":id",
        "logo"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "multipart/form-data"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {
       "mode": "formdata",
       "formdata": [
        {
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         },
         "key": "logo",
         "type": "file"
        }
       ]
      },
      "auth": null
     },
     "response": [
      {
       "id": "9e09fa49-7d46-40bb-8074-7ff213d72d5c",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "clients",
          ":id",
          "logo"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "multipart/form-data"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "formdata",
         "formdata": [
          {
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "key": "logo",
           "type": "file"
          }
         ]
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\",\n  \"data\": {\n    \"logo_url\": \"<string,null>\"\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "50481d8c-63aa-46b0-a18f-5e429e518766",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "clients",
          ":id",
          "logo"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "multipart/form-data"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "formdata",
         "formdata": [
          {
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "key": "logo",
           "type": "file"
          }
         ]
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "756e2472-a572-42ab-ab18-817fc022d82a",
       "name": "403",
       "originalRequest": {
        "url": {
         "path": [
          "clients",
          ":id",
          "logo"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "multipart/form-data"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "formdata",
         "formdata": [
          {
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "key": "logo",
           "type": "file"
          }
         ]
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "233544fd-f29f-4f47-aa13-8d66eb63ac85",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "clients",
          ":id",
          "logo"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "multipart/form-data"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "formdata",
         "formdata": [
          {
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "key": "logo",
           "type": "file"
          }
         ]
        }
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "6169a1ee-713c-4047-b30c-fa9e7592a953",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "clients",
          ":id",
          "logo"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "multipart/form-data"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "formdata",
         "formdata": [
          {
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "key": "logo",
           "type": "file"
          }
         ]
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "33458f85-7adc-49eb-afc7-6188285103c5",
     "name": "Lista usuarios vinculados a una empresa cliente (profile.company_id)",
     "request": {
      "name": "Lista usuarios vinculados a una empresa cliente (profile.company_id)",
      "description": {},
      "url": {
       "path": [
        "clients",
        ":id",
        "users"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "5ff9cbc1-8def-4950-b1c1-6944a141a83e",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "clients",
          ":id",
          "users"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"data\": []\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "25304850-56d8-4a89-a985-fa5e7ce849e5",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "clients",
          ":id",
          "users"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "d33e9708-81f4-4789-8b9d-4999a617818c",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "clients",
          ":id",
          "users"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "1aceeecf-74e4-4a3e-9549-3b52f4b9870c",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "clients",
          ":id",
          "users"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "58818465-d61c-4205-991b-17d86f2e1ffb",
     "name": "Crea un usuario y lo vincula a la empresa cliente",
     "request": {
      "name": "Crea un usuario y lo vincula a la empresa cliente",
      "description": {},
      "url": {
       "path": [
        "clients",
        ":id",
        "users"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"first_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"last_name\": \"<string,null>\",\n  \"phone\": \"<string,null>\"\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "244d72fa-e5b8-4647-811e-60c2dcfb62f5",
       "name": "Usuario cliente creado y vinculado",
       "originalRequest": {
        "url": {
         "path": [
          "clients",
          ":id",
          "users"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"first_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"last_name\": \"<string,null>\",\n  \"phone\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Created",
       "code": 201,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "d6759e90-0568-418b-8a02-5c7e8fcc1851",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "clients",
          ":id",
          "users"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"first_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"last_name\": \"<string,null>\",\n  \"phone\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "ddf56858-32fd-45b5-b976-ac0779407c63",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "clients",
          ":id",
          "users"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"first_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"last_name\": \"<string,null>\",\n  \"phone\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "54f6dd25-0916-4563-b4e1-1cb04fae67bf",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "clients",
          ":id",
          "users"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"first_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"last_name\": \"<string,null>\",\n  \"phone\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "85c933d8-d553-4906-bb6e-3447eda5dfb4",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "clients",
          ":id",
          "users"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"first_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"last_name\": \"<string,null>\",\n  \"phone\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "9e16cdc8-1a83-4804-802a-0c02b53be408",
     "name": "Desvincula (soft-remove) un usuario de la empresa y del workspace",
     "request": {
      "name": "Desvincula (soft-remove) un usuario de la empresa y del workspace",
      "description": {},
      "url": {
       "path": [
        "clients",
        ":id",
        "users",
        ":userId"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        },
        {
         "type": "any",
         "value": "<integer>",
         "key": "userId",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "DELETE",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "8a32cb0e-2644-4abf-9ebb-899ad5a1a8be",
       "name": "Usuario desvinculado",
       "originalRequest": {
        "url": {
         "path": [
          "clients",
          ":id",
          "users",
          ":userId"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "userId"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "6e2c8a12-91eb-47f5-833a-d077a43043d0",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "clients",
          ":id",
          "users",
          ":userId"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "userId"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "f52402f1-8a09-407f-9f0c-8930e82030ca",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "clients",
          ":id",
          "users",
          ":userId"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "userId"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "8ec585b5-4fff-4c2c-a6e6-cd07ca4f7031",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "clients",
          ":id",
          "users",
          ":userId"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "userId"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    }
   ]
  },
  {
   "name": "ClientPrice",
   "description": "",
   "item": [
    {
     "id": "ad980d78-c78c-4591-8db0-7cd62ae8832b",
     "name": "Devuelve los servicios activos del workspace con el precio base\ny el precio específico del cliente (si existe)",
     "request": {
      "name": "Devuelve los servicios activos del workspace con el precio base\ny el precio específico del cliente (si existe)",
      "description": {},
      "url": {
       "path": [
        "clients",
        ":id",
        "service-prices"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "7fdd43b5-a761-4ba3-91c0-20cae95441a2",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "clients",
          ":id",
          "service-prices"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": [\n    {\n      \"data_source_id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"key\": \"<string>\",\n      \"base_price\": \"<number,null>\",\n      \"base_currency\": \"<string>\",\n      \"price\": \"<number,null>\",\n      \"currency\": \"\",\n      \"has_override\": \"<boolean>\"\n    },\n    {\n      \"data_source_id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"key\": \"<string>\",\n      \"base_price\": \"<number,null>\",\n      \"base_currency\": \"<string>\",\n      \"price\": \"<number,null>\",\n      \"currency\": \"\",\n      \"has_override\": \"<boolean>\"\n    }\n  ],\n  \"message\": \"<null>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "f833905c-3fb9-468d-842c-5ac9d29042f5",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "clients",
          ":id",
          "service-prices"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "1220484f-e0d3-4916-b8ed-df9dce89aacd",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "clients",
          ":id",
          "service-prices"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "70294818-f088-4d64-9275-0685fe83f629",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "clients",
          ":id",
          "service-prices"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"NOT_FOUND\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "b00f074a-a586-478d-a274-65adeb0d2f62",
     "name": "Sincroniza los precios por servicio de un cliente.\nRecibe: [{ data_source_id, price, currency }]\nRows con price === null se eliminan (vuelve al precio base)",
     "request": {
      "name": "Sincroniza los precios por servicio de un cliente.\nRecibe: [{ data_source_id, price, currency }]\nRows con price === null se eliminan (vuelve al precio base)",
      "description": {},
      "url": {
       "path": [
        "clients",
        ":id",
        "service-prices"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "PUT",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"prices\": [\n    {\n      \"data_source_id\": \"<integer>\",\n      \"price\": \"<number,null>\"\n    },\n    {\n      \"data_source_id\": \"<integer>\",\n      \"price\": \"<number,null>\"\n    }\n  ]\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "8ccd8547-63cb-4e42-af0f-ce8652d87671",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "clients",
          ":id",
          "service-prices"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"prices\": [\n    {\n      \"data_source_id\": \"<integer>\",\n      \"price\": \"<number,null>\"\n    },\n    {\n      \"data_source_id\": \"<integer>\",\n      \"price\": \"<number,null>\"\n    }\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": \"<null>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "051f6aef-3c66-43b8-9d57-4273bd0700eb",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "clients",
          ":id",
          "service-prices"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"prices\": [\n    {\n      \"data_source_id\": \"<integer>\",\n      \"price\": \"<number,null>\"\n    },\n    {\n      \"data_source_id\": \"<integer>\",\n      \"price\": \"<number,null>\"\n    }\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "b755301c-e8d3-4f5c-b49e-41034e52c3af",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "clients",
          ":id",
          "service-prices"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"prices\": [\n    {\n      \"data_source_id\": \"<integer>\",\n      \"price\": \"<number,null>\"\n    },\n    {\n      \"data_source_id\": \"<integer>\",\n      \"price\": \"<number,null>\"\n    }\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "b42ad933-93a1-4cc1-b572-6cc07c98a0ca",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "clients",
          ":id",
          "service-prices"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"prices\": [\n    {\n      \"data_source_id\": \"<integer>\",\n      \"price\": \"<number,null>\"\n    },\n    {\n      \"data_source_id\": \"<integer>\",\n      \"price\": \"<number,null>\"\n    }\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"NOT_FOUND\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "e7d492c3-3222-4d72-bc78-e9760c3c9935",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "clients",
          ":id",
          "service-prices"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"prices\": [\n    {\n      \"data_source_id\": \"<integer>\",\n      \"price\": \"<number,null>\"\n    },\n    {\n      \"data_source_id\": \"<integer>\",\n      \"price\": \"<number,null>\"\n    }\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    }
   ]
  },
  {
   "name": "DataSource",
   "description": "",
   "item": [
    {
     "id": "37b13917-20f2-4532-8b9a-b3b2242d8929",
     "name": "GET /admin/data-sources/for-role/{roleId}\nServicios activos accesibles para un rol concreto del workspace",
     "request": {
      "name": "GET /admin/data-sources/for-role/{roleId}\nServicios activos accesibles para un rol concreto del workspace",
      "description": {
       "content": "Regla: restricted_role_ids vacío = accesible para todos.\nNo requiere permiso services.manage — lo consultan los módulos operativos.",
       "type": "text/plain"
      },
      "url": {
       "path": [
        "admin",
        "data-sources",
        "for-role",
        ":roleId"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "roleId",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "2fcdfea5-fcaa-4399-80ac-0bb2258184fe",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "data-sources",
          "for-role",
          ":roleId"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "roleId"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": [\n    {\n      \"id\": \"<integer>\",\n      \"template_id\": \"<integer,null>\",\n      \"name\": \"<string>\",\n      \"key\": \"<string>\",\n      \"description\": \"<string,null>\",\n      \"category\": \"<string>\",\n      \"values\": [\n        \"\",\n        \"\"\n      ],\n      \"config\": [\n        \"\",\n        \"\"\n      ],\n      \"requires_scheduling\": \"<boolean>\",\n      \"restricted_role_ids\": \"\",\n      \"price\": \"<number,null>\",\n      \"currency\": \"\",\n      \"is_active\": \"<boolean>\",\n      \"is_custom\": \"<boolean>\",\n      \"created_at\": \"<string,null-date-time>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"template_id\": \"<integer,null>\",\n      \"name\": \"<string>\",\n      \"key\": \"<string>\",\n      \"description\": \"<string,null>\",\n      \"category\": \"<string>\",\n      \"values\": [\n        \"\",\n        \"\"\n      ],\n      \"config\": [\n        \"\",\n        \"\"\n      ],\n      \"requires_scheduling\": \"<boolean>\",\n      \"restricted_role_ids\": \"\",\n      \"price\": \"<number,null>\",\n      \"currency\": \"\",\n      \"is_active\": \"<boolean>\",\n      \"is_custom\": \"<boolean>\",\n      \"created_at\": \"<string,null-date-time>\"\n    }\n  ],\n  \"message\": \"<null>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "1d8011fe-232e-4316-88a2-90d27cad2fa1",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "data-sources",
          "for-role",
          ":roleId"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "roleId"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "af372687-619b-4bc3-9a9f-6812cbf2a0b5",
     "name": "GET /admin/data-sources/my-services\nServicios activos accesibles para el usuario autenticado, considerando todos\nsus roles en el workspace. Usado por módulos operativos (procesos, etc.)\npara poblar dropdowns de servicio al crear registros",
     "request": {
      "name": "GET /admin/data-sources/my-services\nServicios activos accesibles para el usuario autenticado, considerando todos\nsus roles en el workspace. Usado por módulos operativos (procesos, etc.)\npara poblar dropdowns de servicio al crear registros",
      "description": {
       "content": "Regla: restricted_role_ids vacío = accesible para todos.\nUn servicio aparece si NINGUNO de los roles del usuario está en la lista de exclusión.",
       "type": "text/plain"
      },
      "url": {
       "path": [
        "admin",
        "data-sources",
        "my-services"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "82ae3890-3cb5-4542-8db9-25e9864864ad",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "data-sources",
          "my-services"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": [\n    {\n      \"id\": \"<integer>\",\n      \"template_id\": \"<integer,null>\",\n      \"name\": \"<string>\",\n      \"key\": \"<string>\",\n      \"description\": \"<string,null>\",\n      \"category\": \"<string>\",\n      \"values\": [\n        \"\",\n        \"\"\n      ],\n      \"config\": [\n        \"\",\n        \"\"\n      ],\n      \"requires_scheduling\": \"<boolean>\",\n      \"restricted_role_ids\": \"\",\n      \"price\": \"<number,null>\",\n      \"currency\": \"\",\n      \"is_active\": \"<boolean>\",\n      \"is_custom\": \"<boolean>\",\n      \"created_at\": \"<string,null-date-time>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"template_id\": \"<integer,null>\",\n      \"name\": \"<string>\",\n      \"key\": \"<string>\",\n      \"description\": \"<string,null>\",\n      \"category\": \"<string>\",\n      \"values\": [\n        \"\",\n        \"\"\n      ],\n      \"config\": [\n        \"\",\n        \"\"\n      ],\n      \"requires_scheduling\": \"<boolean>\",\n      \"restricted_role_ids\": \"\",\n      \"price\": \"<number,null>\",\n      \"currency\": \"\",\n      \"is_active\": \"<boolean>\",\n      \"is_custom\": \"<boolean>\",\n      \"created_at\": \"<string,null-date-time>\"\n    }\n  ],\n  \"message\": \"<null>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "ea04ce7c-2037-460f-b639-40d79270ff89",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "data-sources",
          "my-services"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "2dcbad1e-8fc3-4686-9c05-11cd9be28457",
     "name": "GET /admin/data-sources\nTodos los orígenes del workspace agrupados por categoría",
     "request": {
      "name": "GET /admin/data-sources\nTodos los orígenes del workspace agrupados por categoría",
      "description": {},
      "url": {
       "path": [
        "admin",
        "data-sources"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "eea088d0-1a7c-436c-9ede-eb6ed790a8f0",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "data-sources"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"service\": [\n      {\n        \"id\": \"<integer>\",\n        \"template_id\": \"<integer,null>\",\n        \"name\": \"<string>\",\n        \"key\": \"<string>\",\n        \"description\": \"<string,null>\",\n        \"category\": \"<string>\",\n        \"values\": [\n          \"\",\n          \"\"\n        ],\n        \"config\": [\n          \"\",\n          \"\"\n        ],\n        \"requires_scheduling\": \"<boolean>\",\n        \"restricted_role_ids\": \"\",\n        \"price\": \"<number,null>\",\n        \"currency\": \"\",\n        \"is_active\": \"<boolean>\",\n        \"is_custom\": \"<boolean>\",\n        \"created_at\": \"<string,null-date-time>\"\n      },\n      {\n        \"id\": \"<integer>\",\n        \"template_id\": \"<integer,null>\",\n        \"name\": \"<string>\",\n        \"key\": \"<string>\",\n        \"description\": \"<string,null>\",\n        \"category\": \"<string>\",\n        \"values\": [\n          \"\",\n          \"\"\n        ],\n        \"config\": [\n          \"\",\n          \"\"\n        ],\n        \"requires_scheduling\": \"<boolean>\",\n        \"restricted_role_ids\": \"\",\n        \"price\": \"<number,null>\",\n        \"currency\": \"\",\n        \"is_active\": \"<boolean>\",\n        \"is_custom\": \"<boolean>\",\n        \"created_at\": \"<string,null-date-time>\"\n      }\n    ],\n    \"catalog\": [\n      {\n        \"id\": \"<integer>\",\n        \"template_id\": \"<integer,null>\",\n        \"name\": \"<string>\",\n        \"key\": \"<string>\",\n        \"description\": \"<string,null>\",\n        \"category\": \"<string>\",\n        \"values\": [\n          \"\",\n          \"\"\n        ],\n        \"config\": [\n          \"\",\n          \"\"\n        ],\n        \"requires_scheduling\": \"<boolean>\",\n        \"restricted_role_ids\": \"\",\n        \"price\": \"<number,null>\",\n        \"currency\": \"\",\n        \"is_active\": \"<boolean>\",\n        \"is_custom\": \"<boolean>\",\n        \"created_at\": \"<string,null-date-time>\"\n      },\n      {\n        \"id\": \"<integer>\",\n        \"template_id\": \"<integer,null>\",\n        \"name\": \"<string>\",\n        \"key\": \"<string>\",\n        \"description\": \"<string,null>\",\n        \"category\": \"<string>\",\n        \"values\": [\n          \"\",\n          \"\"\n        ],\n        \"config\": [\n          \"\",\n          \"\"\n        ],\n        \"requires_scheduling\": \"<boolean>\",\n        \"restricted_role_ids\": \"\",\n        \"price\": \"<number,null>\",\n        \"currency\": \"\",\n        \"is_active\": \"<boolean>\",\n        \"is_custom\": \"<boolean>\",\n        \"created_at\": \"<string,null-date-time>\"\n      }\n    ],\n    \"parameter\": [\n      {\n        \"id\": \"<integer>\",\n        \"template_id\": \"<integer,null>\",\n        \"name\": \"<string>\",\n        \"key\": \"<string>\",\n        \"description\": \"<string,null>\",\n        \"category\": \"<string>\",\n        \"values\": [\n          \"\",\n          \"\"\n        ],\n        \"config\": [\n          \"\",\n          \"\"\n        ],\n        \"requires_scheduling\": \"<boolean>\",\n        \"restricted_role_ids\": \"\",\n        \"price\": \"<number,null>\",\n        \"currency\": \"\",\n        \"is_active\": \"<boolean>\",\n        \"is_custom\": \"<boolean>\",\n        \"created_at\": \"<string,null-date-time>\"\n      },\n      {\n        \"id\": \"<integer>\",\n        \"template_id\": \"<integer,null>\",\n        \"name\": \"<string>\",\n        \"key\": \"<string>\",\n        \"description\": \"<string,null>\",\n        \"category\": \"<string>\",\n        \"values\": [\n          \"\",\n          \"\"\n        ],\n        \"config\": [\n          \"\",\n          \"\"\n        ],\n        \"requires_scheduling\": \"<boolean>\",\n        \"restricted_role_ids\": \"\",\n        \"price\": \"<number,null>\",\n        \"currency\": \"\",\n        \"is_active\": \"<boolean>\",\n        \"is_custom\": \"<boolean>\",\n        \"created_at\": \"<string,null-date-time>\"\n      }\n    ]\n  },\n  \"message\": \"<null>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "a5370a02-f7bc-4ad1-afdb-a37cf04312b5",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "data-sources"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "361696c3-a077-45c2-b30e-854c03375334",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "data-sources"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "74866990-e82b-43ea-bddc-3e611319c910",
     "name": "POST /admin/data-sources\nCrea un origen custom",
     "request": {
      "name": "POST /admin/data-sources\nCrea un origen custom",
      "description": {},
      "url": {
       "path": [
        "admin",
        "data-sources"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"name\": \"<string>\",\n  \"category\": \"catalog\",\n  \"description\": \"<string,null>\",\n  \"config\": {\n    \"requires_scheduling\": \"<boolean>\",\n    \"restricted_role_ids\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"price\": \"<number,null>\",\n    \"currency\": \"<string,null>\"\n  },\n  \"values\": [\n    {\n      \"key\": \"<string>\",\n      \"label\": \"<string>\",\n      \"color\": \"<string,null>\",\n      \"icon\": \"<string,null>\",\n      \"sort_order\": \"<integer,null>\",\n      \"is_active\": \"<boolean,null>\",\n      \"metadata\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    {\n      \"key\": \"<string>\",\n      \"label\": \"<string>\",\n      \"color\": \"<string,null>\",\n      \"icon\": \"<string,null>\",\n      \"sort_order\": \"<integer,null>\",\n      \"is_active\": \"<boolean,null>\",\n      \"metadata\": null\n    }\n  ]\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "18ad65b6-d4b3-41aa-87c6-c95a5bd9bc71",
       "name": "201",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "data-sources"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"name\": \"<string>\",\n  \"category\": \"catalog\",\n  \"description\": \"<string,null>\",\n  \"config\": {\n    \"requires_scheduling\": \"<boolean>\",\n    \"restricted_role_ids\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"price\": \"<number,null>\",\n    \"currency\": \"<string,null>\"\n  },\n  \"values\": [\n    {\n      \"key\": \"<string>\",\n      \"label\": \"<string>\",\n      \"color\": \"<string,null>\",\n      \"icon\": \"<string,null>\",\n      \"sort_order\": \"<integer,null>\",\n      \"is_active\": \"<boolean,null>\",\n      \"metadata\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    {\n      \"key\": \"<string>\",\n      \"label\": \"<string>\",\n      \"color\": \"<string,null>\",\n      \"icon\": \"<string,null>\",\n      \"sort_order\": \"<integer,null>\",\n      \"is_active\": \"<boolean,null>\",\n      \"metadata\": null\n    }\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Created",
       "code": 201,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"template_id\": \"<integer,null>\",\n    \"name\": \"<string>\",\n    \"key\": \"<string>\",\n    \"description\": \"<string,null>\",\n    \"category\": \"<string>\",\n    \"values\": [\n      \"\",\n      \"\"\n    ],\n    \"config\": [\n      \"\",\n      \"\"\n    ],\n    \"requires_scheduling\": \"<boolean>\",\n    \"restricted_role_ids\": \"\",\n    \"price\": \"<number,null>\",\n    \"currency\": \"\",\n    \"is_active\": \"<boolean>\",\n    \"is_custom\": \"<boolean>\",\n    \"created_at\": \"<string,null-date-time>\"\n  },\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "f46a5a5c-efbf-4474-a90d-e383f410d113",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "data-sources"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"name\": \"<string>\",\n  \"category\": \"catalog\",\n  \"description\": \"<string,null>\",\n  \"config\": {\n    \"requires_scheduling\": \"<boolean>\",\n    \"restricted_role_ids\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"price\": \"<number,null>\",\n    \"currency\": \"<string,null>\"\n  },\n  \"values\": [\n    {\n      \"key\": \"<string>\",\n      \"label\": \"<string>\",\n      \"color\": \"<string,null>\",\n      \"icon\": \"<string,null>\",\n      \"sort_order\": \"<integer,null>\",\n      \"is_active\": \"<boolean,null>\",\n      \"metadata\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    {\n      \"key\": \"<string>\",\n      \"label\": \"<string>\",\n      \"color\": \"<string,null>\",\n      \"icon\": \"<string,null>\",\n      \"sort_order\": \"<integer,null>\",\n      \"is_active\": \"<boolean,null>\",\n      \"metadata\": null\n    }\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "f03a6d65-77bc-4869-80ae-ba2b877daf33",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "data-sources"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"name\": \"<string>\",\n  \"category\": \"catalog\",\n  \"description\": \"<string,null>\",\n  \"config\": {\n    \"requires_scheduling\": \"<boolean>\",\n    \"restricted_role_ids\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"price\": \"<number,null>\",\n    \"currency\": \"<string,null>\"\n  },\n  \"values\": [\n    {\n      \"key\": \"<string>\",\n      \"label\": \"<string>\",\n      \"color\": \"<string,null>\",\n      \"icon\": \"<string,null>\",\n      \"sort_order\": \"<integer,null>\",\n      \"is_active\": \"<boolean,null>\",\n      \"metadata\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    {\n      \"key\": \"<string>\",\n      \"label\": \"<string>\",\n      \"color\": \"<string,null>\",\n      \"icon\": \"<string,null>\",\n      \"sort_order\": \"<integer,null>\",\n      \"is_active\": \"<boolean,null>\",\n      \"metadata\": null\n    }\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "3b0df04d-2251-48c3-a2b5-57c8f28be42a",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "data-sources"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"name\": \"<string>\",\n  \"category\": \"catalog\",\n  \"description\": \"<string,null>\",\n  \"config\": {\n    \"requires_scheduling\": \"<boolean>\",\n    \"restricted_role_ids\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"price\": \"<number,null>\",\n    \"currency\": \"<string,null>\"\n  },\n  \"values\": [\n    {\n      \"key\": \"<string>\",\n      \"label\": \"<string>\",\n      \"color\": \"<string,null>\",\n      \"icon\": \"<string,null>\",\n      \"sort_order\": \"<integer,null>\",\n      \"is_active\": \"<boolean,null>\",\n      \"metadata\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    {\n      \"key\": \"<string>\",\n      \"label\": \"<string>\",\n      \"color\": \"<string,null>\",\n      \"icon\": \"<string,null>\",\n      \"sort_order\": \"<integer,null>\",\n      \"is_active\": \"<boolean,null>\",\n      \"metadata\": null\n    }\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "b3178a6d-ea37-4c4c-aaff-3cc3ac1a47bf",
     "name": "GET /admin/data-sources/templates\nTemplates del sistema disponibles para adoptar (con flag adopted)",
     "request": {
      "name": "GET /admin/data-sources/templates\nTemplates del sistema disponibles para adoptar (con flag adopted)",
      "description": {},
      "url": {
       "path": [
        "admin",
        "data-sources",
        "templates"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "98c9eaf1-d63a-4a59-9b57-2c597301866d",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "data-sources",
          "templates"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": [\n    {\n      \"id\": \"<integer>\",\n      \"key\": \"<string,null>\",\n      \"name\": \"<string>\",\n      \"description\": \"<string,null>\",\n      \"category\": \"<string>\",\n      \"default_values\": [\n        \"\",\n        \"\"\n      ],\n      \"is_system\": \"<boolean>\",\n      \"version\": \"<integer>\",\n      \"adopted\": \"<string>\",\n      \"is_pending\": \"<string>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"key\": \"<string,null>\",\n      \"name\": \"<string>\",\n      \"description\": \"<string,null>\",\n      \"category\": \"<string>\",\n      \"default_values\": [\n        \"\",\n        \"\"\n      ],\n      \"is_system\": \"<boolean>\",\n      \"version\": \"<integer>\",\n      \"adopted\": \"<string>\",\n      \"is_pending\": \"<string>\"\n    }\n  ],\n  \"message\": \"<null>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "703c8129-7845-41bf-ae94-de582ca9a946",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "data-sources",
          "templates"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "3e9a7245-1062-48ad-b9c2-62ef95326bbf",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "data-sources",
          "templates"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "101dcc97-9100-475b-8f75-14066a39468c",
     "name": "POST /admin/data-sources/adopt\nAdopta un template del sistema (hereda requires_scheduling y vacía restricted_role_ids)",
     "request": {
      "name": "POST /admin/data-sources/adopt\nAdopta un template del sistema (hereda requires_scheduling y vacía restricted_role_ids)",
      "description": {},
      "url": {
       "path": [
        "admin",
        "data-sources",
        "adopt"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"template_id\": \"<integer>\"\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "ce208550-b9fa-44e1-b870-644fb93cd19c",
       "name": "201",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "data-sources",
          "adopt"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"template_id\": \"<integer>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Created",
       "code": 201,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"template_id\": \"<integer,null>\",\n    \"name\": \"<string>\",\n    \"key\": \"<string>\",\n    \"description\": \"<string,null>\",\n    \"category\": \"<string>\",\n    \"values\": [\n      \"\",\n      \"\"\n    ],\n    \"config\": [\n      \"\",\n      \"\"\n    ],\n    \"requires_scheduling\": \"<boolean>\",\n    \"restricted_role_ids\": \"\",\n    \"price\": \"<number,null>\",\n    \"currency\": \"\",\n    \"is_active\": \"<boolean>\",\n    \"is_custom\": \"<boolean>\",\n    \"created_at\": \"<string,null-date-time>\"\n  },\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "42fafc2f-3e78-4a18-bf95-acc126bf8e9c",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "data-sources",
          "adopt"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"template_id\": \"<integer>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "abc13a3e-8039-48c0-91d6-6419fb2de811",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "data-sources",
          "adopt"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"template_id\": \"<integer>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "b5ef7f6d-9f16-4baa-b785-5102b6bcecf1",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "data-sources",
          "adopt"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"template_id\": \"<integer>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "dfe5bcff-b44a-403d-a0fe-344a8ba0309b",
     "name": "PUT /admin/data-sources/{id}\nActualiza nombre, descripción, values, config o is_active.\nconfig puede incluir requires_scheduling y restricted_role_ids",
     "request": {
      "name": "PUT /admin/data-sources/{id}\nActualiza nombre, descripción, values, config o is_active.\nconfig puede incluir requires_scheduling y restricted_role_ids",
      "description": {},
      "url": {
       "path": [
        "admin",
        "data-sources",
        ":id"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "PUT",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string,null>\",\n  \"is_active\": \"<boolean>\",\n  \"config\": {\n    \"requires_scheduling\": \"<boolean>\",\n    \"restricted_role_ids\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"price\": \"<number,null>\",\n    \"currency\": \"<string,null>\"\n  },\n  \"values\": null\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "328269ea-efbc-4633-8fd7-672542112765",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "data-sources",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string,null>\",\n  \"is_active\": \"<boolean>\",\n  \"config\": {\n    \"requires_scheduling\": \"<boolean>\",\n    \"restricted_role_ids\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"price\": \"<number,null>\",\n    \"currency\": \"<string,null>\"\n  },\n  \"values\": null\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"template_id\": \"<integer,null>\",\n    \"name\": \"<string>\",\n    \"key\": \"<string>\",\n    \"description\": \"<string,null>\",\n    \"category\": \"<string>\",\n    \"values\": [\n      \"\",\n      \"\"\n    ],\n    \"config\": [\n      \"\",\n      \"\"\n    ],\n    \"requires_scheduling\": \"<boolean>\",\n    \"restricted_role_ids\": \"\",\n    \"price\": \"<number,null>\",\n    \"currency\": \"\",\n    \"is_active\": \"<boolean>\",\n    \"is_custom\": \"<boolean>\",\n    \"created_at\": \"<string,null-date-time>\",\n    \"warning\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "3841ee97-b106-4011-a6d7-4c2ce870a6c2",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "data-sources",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string,null>\",\n  \"is_active\": \"<boolean>\",\n  \"config\": {\n    \"requires_scheduling\": \"<boolean>\",\n    \"restricted_role_ids\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"price\": \"<number,null>\",\n    \"currency\": \"<string,null>\"\n  },\n  \"values\": null\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "b093ca2f-fef4-49e4-b5f1-6e7340387e57",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "data-sources",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string,null>\",\n  \"is_active\": \"<boolean>\",\n  \"config\": {\n    \"requires_scheduling\": \"<boolean>\",\n    \"restricted_role_ids\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"price\": \"<number,null>\",\n    \"currency\": \"<string,null>\"\n  },\n  \"values\": null\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "4e07a5a0-7066-44ee-9bc4-b5d0619ea2e7",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "data-sources",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string,null>\",\n  \"is_active\": \"<boolean>\",\n  \"config\": {\n    \"requires_scheduling\": \"<boolean>\",\n    \"restricted_role_ids\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"price\": \"<number,null>\",\n    \"currency\": \"<string,null>\"\n  },\n  \"values\": null\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"FORBIDDEN\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "1c30b72c-32b7-457e-934a-5e57af3c7273",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "data-sources",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string,null>\",\n  \"is_active\": \"<boolean>\",\n  \"config\": {\n    \"requires_scheduling\": \"<boolean>\",\n    \"restricted_role_ids\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"price\": \"<number,null>\",\n    \"currency\": \"<string,null>\"\n  },\n  \"values\": null\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "e9b3f62d-374f-419e-ad89-0f20fe0b5cd7",
     "name": "DELETE /admin/data-sources/{id}",
     "request": {
      "name": "DELETE /admin/data-sources/{id}",
      "description": {},
      "url": {
       "path": [
        "admin",
        "data-sources",
        ":id"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "DELETE",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "f2b0e5ce-d863-42e6-95bf-91a0e67c2980",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "data-sources",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "<string>",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "f12c0625-57bd-4dc9-8644-ae0394c5d124",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "data-sources",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "f8041a90-3377-4b85-bb34-a0be61153f4f",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "data-sources",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "36e21a45-a06f-4732-bec1-2d925828c221",
     "name": "POST /admin/data-sources/{id}/propose\nPropone un origen custom como template global (pendiente de aprobación)",
     "request": {
      "name": "POST /admin/data-sources/{id}/propose\nPropone un origen custom como template global (pendiente de aprobación)",
      "description": {},
      "url": {
       "path": [
        "admin",
        "data-sources",
        ":id",
        "propose"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "ca4167f4-891d-4c24-97e7-07c30d228804",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "data-sources",
          ":id",
          "propose"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"template_id\": \"<integer>\",\n    \"status\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "80bae025-73d4-4542-8ca4-e0099bfb171b",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "data-sources",
          ":id",
          "propose"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "06b12e9d-9160-44c9-b1b7-5f62fa85693c",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "data-sources",
          ":id",
          "propose"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "9b84c8c0-fea0-414a-98f1-3cefa287899b",
       "name": "422",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "data-sources",
          ":id",
          "propose"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {}
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"CONFLICT\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    }
   ]
  },
  {
   "name": "DataSourceForm",
   "description": "",
   "item": [
    {
     "id": "afa00f67-1c68-4e16-8b88-6a85b7f5b5c9",
     "name": "Lista los vínculos activos del workspace.\nIncluye nombre del servicio y del template para el frontend",
     "request": {
      "name": "Lista los vínculos activos del workspace.\nIncluye nombre del servicio y del template para el frontend",
      "description": {},
      "url": {
       "path": [
        "forms",
        "service-links"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "cfe6af2f-9d90-4bd7-b858-7ab07f22f5ab",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "service-links"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": [\n    {\n      \"id\": \"<integer>\",\n      \"workspace_data_source_id\": \"<integer>\",\n      \"data_source_id\": \"<integer>\",\n      \"data_source_name\": \"<string>\",\n      \"form_template_id\": \"<integer>\",\n      \"form_template_name\": \"<string>\",\n      \"fill_timing\": \"<string>\",\n      \"is_required\": \"<boolean>\",\n      \"notes\": \"<string,null>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"workspace_data_source_id\": \"<integer>\",\n      \"data_source_id\": \"<integer>\",\n      \"data_source_name\": \"<string>\",\n      \"form_template_id\": \"<integer>\",\n      \"form_template_name\": \"<string>\",\n      \"fill_timing\": \"<string>\",\n      \"is_required\": \"<boolean>\",\n      \"notes\": \"<string,null>\"\n    }\n  ],\n  \"message\": \"<null>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "2a8aa64b-6868-4871-b2ae-5b26e277b335",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "service-links"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "66e28093-8b2a-4bcc-86d3-beb1ebe5b4b2",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "service-links"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "bed2d8c0-cd8d-4b3e-bbc6-23a3e9b4c037",
     "name": "Crea un vínculo servicio ↔ template",
     "request": {
      "name": "Crea un vínculo servicio ↔ template",
      "description": {},
      "url": {
       "path": [
        "forms",
        "service-links"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"workspace_data_source_id\": \"<integer>\",\n  \"form_template_id\": \"<integer>\",\n  \"fill_timing\": \"after\",\n  \"is_required\": \"<boolean,null>\",\n  \"notes\": \"<string,null>\"\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "94cb9443-22f6-4a71-8d94-acedb9dc88c8",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "service-links"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"workspace_data_source_id\": \"<integer>\",\n  \"form_template_id\": \"<integer>\",\n  \"fill_timing\": \"after\",\n  \"is_required\": \"<boolean,null>\",\n  \"notes\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"data_source_name\": \"<string>\",\n    \"form_template_name\": \"<string>\"\n  },\n  \"message\": \"<integer>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "74edb869-7f24-4afa-bd0b-fda62a7bd779",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "service-links"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"workspace_data_source_id\": \"<integer>\",\n  \"form_template_id\": \"<integer>\",\n  \"fill_timing\": \"after\",\n  \"is_required\": \"<boolean,null>\",\n  \"notes\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "187e3664-7368-464e-89d9-bcc9532de5be",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "service-links"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"workspace_data_source_id\": \"<integer>\",\n  \"form_template_id\": \"<integer>\",\n  \"fill_timing\": \"after\",\n  \"is_required\": \"<boolean,null>\",\n  \"notes\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "f646c4a5-f545-43cf-a77c-94fb70cd9c85",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "service-links"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"workspace_data_source_id\": \"<integer>\",\n  \"form_template_id\": \"<integer>\",\n  \"fill_timing\": \"after\",\n  \"is_required\": \"<boolean,null>\",\n  \"notes\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "c7680bb0-9686-46b4-b7b3-efae38475166",
     "name": "Elimina un vínculo",
     "request": {
      "name": "Elimina un vínculo",
      "description": {},
      "url": {
       "path": [
        "forms",
        "service-links",
        ":id"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "DELETE",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "cbe2da16-590b-4024-b8e7-7294b33977fb",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "service-links",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": \"<null>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "1e080ffb-0385-4d01-9e19-a74e7e252aab",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "service-links",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "27a4123c-51a9-4f1b-937d-bbeccf9868be",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "service-links",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    }
   ]
  },
  {
   "name": "DataSourceTemplateModeration",
   "description": "",
   "item": [
    {
     "id": "664c5fe3-ee20-4f59-b219-7b6f5d6a55cd",
     "name": "GET /api/superadmin/data-source-templates\nLista templates pendientes (o por status)",
     "request": {
      "name": "GET /api/superadmin/data-source-templates\nLista templates pendientes (o por status)",
      "description": {},
      "url": {
       "path": [
        "superadmin",
        "data-source-templates"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [
        {
         "disabled": false,
         "description": {
          "content": "",
          "type": "text/plain"
         },
         "key": "status",
         "value": "pending"
        }
       ],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "37db81d9-0ac0-426b-b018-a561c23322b4",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "superadmin",
          "data-source-templates"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [
          {
           "disabled": false,
           "description": {
            "content": "",
            "type": "text/plain"
           },
           "key": "status",
           "value": "pending"
          }
         ],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "<string>",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "4aa0fbc4-af02-42d9-881d-6815615c45f1",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "superadmin",
          "data-source-templates"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [
          {
           "disabled": false,
           "description": {
            "content": "",
            "type": "text/plain"
           },
           "key": "status",
           "value": "pending"
          }
         ],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "a78e88ef-0f11-40c7-aa6c-4bf24b015d64",
     "name": "PATCH /api/superadmin/data-source-templates/{id}/approve\nAprueba el template: lo marca como sistema y lo activa para todos los workspaces",
     "request": {
      "name": "PATCH /api/superadmin/data-source-templates/{id}/approve\nAprueba el template: lo marca como sistema y lo activa para todos los workspaces",
      "description": {},
      "url": {
       "path": [
        "superadmin",
        "data-source-templates",
        ":id",
        "approve"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "PATCH",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "fe0a9d7a-b90f-4af6-8408-b1ea29174018",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "superadmin",
          "data-source-templates",
          ":id",
          "approve"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "<string>",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "95285c4f-e89e-41cf-ac55-4b3b2537ebd4",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "superadmin",
          "data-source-templates",
          ":id",
          "approve"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "689efa2c-ef0a-4d6a-a1d0-151b3540524b",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "superadmin",
          "data-source-templates",
          ":id",
          "approve"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {}
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"CONFLICT\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "b0adfa9e-f15e-4923-bc70-561b5083b90d",
     "name": "PATCH /api/superadmin/data-source-templates/{id}/reject\nRechaza el template: queda inactivo, solo visible para el workspace proponente",
     "request": {
      "name": "PATCH /api/superadmin/data-source-templates/{id}/reject\nRechaza el template: queda inactivo, solo visible para el workspace proponente",
      "description": {},
      "url": {
       "path": [
        "superadmin",
        "data-source-templates",
        ":id",
        "reject"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "PATCH",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"reason\": \"<string,null>\"\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "fffdeb9e-2193-4bca-8b73-299ac2546354",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "superadmin",
          "data-source-templates",
          ":id",
          "reject"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"reason\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "<string>",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "df6e911d-6fae-4b1a-adad-81a4ad6471b3",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "superadmin",
          "data-source-templates",
          ":id",
          "reject"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"reason\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "7ea80301-634b-4a0a-a20e-b5a4d883f5a3",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "superadmin",
          "data-source-templates",
          ":id",
          "reject"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"reason\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"CONFLICT\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "192ae99e-f212-4d71-b84c-df444751f580",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "superadmin",
          "data-source-templates",
          ":id",
          "reject"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"reason\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    }
   ]
  },
  {
   "name": "Forgot",
   "description": "",
   "item": [
    {
     "id": "21c67025-bb2c-4fbe-9ddc-2081e2a78415",
     "name": "forgot.forgot",
     "request": {
      "name": "forgot.forgot",
      "description": {},
      "url": {
       "path": [
        "forgot"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"email\": \"<email>\"\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "eed9540f-9c8b-4640-abfd-eabb04fb40c0",
       "name": "Token de reestablecimiento creado y correo enviado",
       "originalRequest": {
        "url": {
         "path": [
          "forgot"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"email\": \"<email>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Created",
       "code": 201,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"account_type\": \"<string>\",\n    \"status\": \"<string>\",\n    \"user_type\": \"<string,null>\",\n    \"workspace_status\": \"<string,null>\",\n    \"profile\": {\n      \"id\": \"<integer>\",\n      \"first_name\": \"<string>\",\n      \"last_name\": \"<string,null>\",\n      \"phone\": \"<string,null>\",\n      \"employee_id\": \"<string,null>\",\n      \"company_id\": \"<integer>\",\n      \"company_name\": \"<string>\",\n      \"avatar\": \"<string,null>\",\n      \"job_title\": \"<string>\",\n      \"department\": \"<string>\"\n    },\n    \"created_at\": \"<string>\",\n    \"companies\": [\n      {\n        \"id\": \"<integer>\",\n        \"legal_name\": \"<string>\",\n        \"job_title\": \"<string,null>\",\n        \"department\": \"<string,null>\",\n        \"is_primary\": \"<boolean>\"\n      },\n      {\n        \"id\": \"<integer>\",\n        \"legal_name\": \"<string>\",\n        \"job_title\": \"<string,null>\",\n        \"department\": \"<string,null>\",\n        \"is_primary\": \"<boolean>\"\n      }\n    ],\n    \"roles\": [\n      {\n        \"id\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"slug\": \"<string>\",\n        \"color\": \"<string,null>\",\n        \"icon\": \"<string,null>\",\n        \"scope\": \"<string>\",\n        \"level\": \"<integer>\"\n      },\n      {\n        \"id\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"slug\": \"<string>\",\n        \"color\": \"<string,null>\",\n        \"icon\": \"<string,null>\",\n        \"scope\": \"<string>\",\n        \"level\": \"<integer>\"\n      }\n    ],\n    \"role\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "a9972bc7-6916-4f26-b101-bbea9ed0cbba",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "forgot"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"email\": \"<email>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "dbad9ee5-9945-4cb5-b68b-1ba79376ebdc",
       "name": "500",
       "originalRequest": {
        "url": {
         "path": [
          "forgot"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"email\": \"<email>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Internal Server Error",
       "code": 500,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "074cc0f1-a795-42b4-be6b-3d77b4a59ad2",
     "name": "forgot.reset Password",
     "request": {
      "name": "forgot.reset Password",
      "description": {},
      "url": {
       "path": [
        "reset"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"email\": \"<email>\",\n  \"token\": \"<string>\",\n  \"password\": \"<string>\",\n  \"password_confirm\": \"<string>\"\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "69e5ea21-8e59-4133-9558-e2e999dccf5b",
       "name": "Contraseña actualizada",
       "originalRequest": {
        "url": {
         "path": [
          "reset"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"email\": \"<email>\",\n  \"token\": \"<string>\",\n  \"password\": \"<string>\",\n  \"password_confirm\": \"<string>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "47ba1d54-465a-4f86-aea7-98dcea716fcd",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "reset"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"email\": \"<email>\",\n  \"token\": \"<string>\",\n  \"password\": \"<string>\",\n  \"password_confirm\": \"<string>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "a432164b-ee95-4401-9aaf-07bcbdc6abb2",
       "name": "500",
       "originalRequest": {
        "url": {
         "path": [
          "reset"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"email\": \"<email>\",\n  \"token\": \"<string>\",\n  \"password\": \"<string>\",\n  \"password_confirm\": \"<string>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Internal Server Error",
       "code": 500,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "596fe09b-1684-4251-b7bd-0105096b60b7",
     "name": "forgot.verify",
     "request": {
      "name": "forgot.verify",
      "description": {},
      "url": {
       "path": [
        "verify"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"encodedData\": \"<string>\",\n  \"providedToken\": \"<string>\"\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "0b3a29c5-2122-4435-9a5c-3a66d6d02358",
       "name": "Token de reset válido",
       "originalRequest": {
        "url": {
         "path": [
          "verify"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"encodedData\": \"<string>\",\n  \"providedToken\": \"<string>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "811fce73-b63b-451b-896e-851282e13002",
       "name": "500",
       "originalRequest": {
        "url": {
         "path": [
          "verify"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"encodedData\": \"<string>\",\n  \"providedToken\": \"<string>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Internal Server Error",
       "code": 500,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    }
   ]
  },
  {
   "name": "FormField",
   "description": "",
   "item": [
    {
     "id": "662a058d-ce38-4401-b078-da8c119e9c43",
     "name": "form Field.store",
     "request": {
      "name": "form Field.store",
      "description": {},
      "url": {
       "path": [
        "forms",
        ":templateId",
        "sections",
        ":sectionId",
        "fields"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "templateId",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        },
        {
         "type": "any",
         "value": "<integer>",
         "key": "sectionId",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"key\": \"qvqd9t1qn\",\n  \"label\": \"<string>\",\n  \"field_type\": \"checkbox\",\n  \"placeholder\": \"<string,null>\",\n  \"hint\": \"<string,null>\",\n  \"is_required\": \"<boolean>\",\n  \"is_readonly\": \"<boolean>\",\n  \"validation\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"visibility_rules\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"data_source_key\": \"<string,null>\",\n  \"default_value\": \"<string,null>\",\n  \"group_id\": \"<integer,null>\",\n  \"options\": [\n    {\n      \"value\": \"<string>\",\n      \"label\": \"<string>\"\n    },\n    {\n      \"value\": \"<string>\",\n      \"label\": \"<string>\"\n    }\n  ]\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "b7745b16-b4b1-4095-afb4-2a6999321aea",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections",
          ":sectionId",
          "fields"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "sectionId"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"key\": \"qvqd9t1qn\",\n  \"label\": \"<string>\",\n  \"field_type\": \"checkbox\",\n  \"placeholder\": \"<string,null>\",\n  \"hint\": \"<string,null>\",\n  \"is_required\": \"<boolean>\",\n  \"is_readonly\": \"<boolean>\",\n  \"validation\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"visibility_rules\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"data_source_key\": \"<string,null>\",\n  \"default_value\": \"<string,null>\",\n  \"group_id\": \"<integer,null>\",\n  \"options\": [\n    {\n      \"value\": \"<string>\",\n      \"label\": \"<string>\"\n    },\n    {\n      \"value\": \"<string>\",\n      \"label\": \"<string>\"\n    }\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"form_group_id\": \"<string>\",\n    \"key\": \"<string>\",\n    \"label\": \"<string>\",\n    \"field_type\": \"<string>\",\n    \"placeholder\": \"<string>\",\n    \"hint\": \"<string>\",\n    \"is_required\": \"<string>\",\n    \"is_readonly\": \"<string>\",\n    \"sort_order\": \"<string>\",\n    \"options\": \"<string>\",\n    \"validation\": \"<string>\",\n    \"visibility_rules\": \"<string>\",\n    \"data_source_key\": \"<string>\",\n    \"default_value\": \"<string>\"\n  },\n  \"message\": \"<integer>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "b648ec3a-d712-4c61-a945-173f8ad7ee14",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections",
          ":sectionId",
          "fields"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "sectionId"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"key\": \"qvqd9t1qn\",\n  \"label\": \"<string>\",\n  \"field_type\": \"checkbox\",\n  \"placeholder\": \"<string,null>\",\n  \"hint\": \"<string,null>\",\n  \"is_required\": \"<boolean>\",\n  \"is_readonly\": \"<boolean>\",\n  \"validation\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"visibility_rules\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"data_source_key\": \"<string,null>\",\n  \"default_value\": \"<string,null>\",\n  \"group_id\": \"<integer,null>\",\n  \"options\": [\n    {\n      \"value\": \"<string>\",\n      \"label\": \"<string>\"\n    },\n    {\n      \"value\": \"<string>\",\n      \"label\": \"<string>\"\n    }\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "b6abd346-d3be-4a04-8ea4-496607154b58",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections",
          ":sectionId",
          "fields"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "sectionId"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"key\": \"qvqd9t1qn\",\n  \"label\": \"<string>\",\n  \"field_type\": \"checkbox\",\n  \"placeholder\": \"<string,null>\",\n  \"hint\": \"<string,null>\",\n  \"is_required\": \"<boolean>\",\n  \"is_readonly\": \"<boolean>\",\n  \"validation\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"visibility_rules\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"data_source_key\": \"<string,null>\",\n  \"default_value\": \"<string,null>\",\n  \"group_id\": \"<integer,null>\",\n  \"options\": [\n    {\n      \"value\": \"<string>\",\n      \"label\": \"<string>\"\n    },\n    {\n      \"value\": \"<string>\",\n      \"label\": \"<string>\"\n    }\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "bed8d720-23d3-40a4-becb-e2c2828d6d2c",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections",
          ":sectionId",
          "fields"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "sectionId"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"key\": \"qvqd9t1qn\",\n  \"label\": \"<string>\",\n  \"field_type\": \"checkbox\",\n  \"placeholder\": \"<string,null>\",\n  \"hint\": \"<string,null>\",\n  \"is_required\": \"<boolean>\",\n  \"is_readonly\": \"<boolean>\",\n  \"validation\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"visibility_rules\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"data_source_key\": \"<string,null>\",\n  \"default_value\": \"<string,null>\",\n  \"group_id\": \"<integer,null>\",\n  \"options\": [\n    {\n      \"value\": \"<string>\",\n      \"label\": \"<string>\"\n    },\n    {\n      \"value\": \"<string>\",\n      \"label\": \"<string>\"\n    }\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "1115ea48-3a41-4499-8eab-cf9d96080e87",
     "name": "form Field.update",
     "request": {
      "name": "form Field.update",
      "description": {},
      "url": {
       "path": [
        "forms",
        ":templateId",
        "sections",
        ":sectionId",
        "fields",
        ":fieldId"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "templateId",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        },
        {
         "type": "any",
         "value": "<integer>",
         "key": "sectionId",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        },
        {
         "type": "any",
         "value": "<integer>",
         "key": "fieldId",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "PUT",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "f1e66b5a-ce56-4f4a-8787-6a6c84bda49a",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections",
          ":sectionId",
          "fields",
          ":fieldId"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "sectionId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "fieldId"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"form_group_id\": \"<string>\",\n    \"key\": \"<string>\",\n    \"label\": \"<string>\",\n    \"field_type\": \"<string>\",\n    \"placeholder\": \"<string>\",\n    \"hint\": \"<string>\",\n    \"is_required\": \"<string>\",\n    \"is_readonly\": \"<string>\",\n    \"sort_order\": \"<string>\",\n    \"options\": \"<string>\",\n    \"validation\": \"<string>\",\n    \"visibility_rules\": \"<string>\",\n    \"data_source_key\": \"<string>\",\n    \"default_value\": \"<string>\"\n  },\n  \"message\": \"<null>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "1c390cde-e826-470b-a93c-4cc8722258c0",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections",
          ":sectionId",
          "fields",
          ":fieldId"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "sectionId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "fieldId"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "6f4ca602-7100-4be4-88f9-08c272357723",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections",
          ":sectionId",
          "fields",
          ":fieldId"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "sectionId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "fieldId"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "676c9e77-0ee7-48ab-9fd0-b852a66cf8fd",
       "name": "422",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections",
          ":sectionId",
          "fields",
          ":fieldId"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "sectionId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "fieldId"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {}
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"CONFLICT\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "7e123681-3b03-44e6-8817-4e23d10d8ee9",
     "name": "form Field.destroy",
     "request": {
      "name": "form Field.destroy",
      "description": {},
      "url": {
       "path": [
        "forms",
        ":templateId",
        "sections",
        ":sectionId",
        "fields",
        ":fieldId"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "templateId",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        },
        {
         "type": "any",
         "value": "<integer>",
         "key": "sectionId",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        },
        {
         "type": "any",
         "value": "<integer>",
         "key": "fieldId",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "DELETE",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "502bbd89-d506-4ec7-942e-c2b50ba53675",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections",
          ":sectionId",
          "fields",
          ":fieldId"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "sectionId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "fieldId"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": \"<null>\",\n  \"message\": \"<integer>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "c5412eef-2dff-416d-b58c-8c81c98e6cef",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections",
          ":sectionId",
          "fields",
          ":fieldId"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "sectionId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "fieldId"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "c60ff5d8-b5ef-4f41-a550-16165785295b",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections",
          ":sectionId",
          "fields",
          ":fieldId"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "sectionId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "fieldId"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "158c3e8e-35b7-4a43-9b26-90f1071ef546",
     "name": "form Field.reorder",
     "request": {
      "name": "form Field.reorder",
      "description": {},
      "url": {
       "path": [
        "forms",
        ":templateId",
        "sections",
        ":sectionId",
        "fields",
        "reorder"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "templateId",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        },
        {
         "type": "any",
         "value": "<integer>",
         "key": "sectionId",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"ids\": [\n    \"<integer>\"\n  ]\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "555d1392-bd4e-475f-9e56-0c7090f47956",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections",
          ":sectionId",
          "fields",
          "reorder"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "sectionId"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"ids\": [\n    \"<integer>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": \"<null>\",\n  \"message\": \"<null>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "e4b28b7e-4f3c-4b68-b62c-a611613a9444",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections",
          ":sectionId",
          "fields",
          "reorder"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "sectionId"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"ids\": [\n    \"<integer>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "58c2bcdf-6c72-4d2f-b065-7ba16173c7a8",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections",
          ":sectionId",
          "fields",
          "reorder"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "sectionId"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"ids\": [\n    \"<integer>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "bc770f7e-f170-4a80-97e4-839d9a315e27",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections",
          ":sectionId",
          "fields",
          "reorder"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "sectionId"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"ids\": [\n    \"<integer>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "1f3ab9d7-b288-48e1-8f94-a04f71249e56",
     "name": "form Field.move",
     "request": {
      "name": "form Field.move",
      "description": {},
      "url": {
       "path": [
        "forms",
        ":templateId",
        "sections",
        ":sectionId",
        "fields",
        ":fieldId",
        "move"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "templateId",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        },
        {
         "type": "any",
         "value": "<integer>",
         "key": "sectionId",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        },
        {
         "type": "any",
         "value": "<integer>",
         "key": "fieldId",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "PATCH",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"target_group_id\": \"<integer>\",\n  \"position\": \"<integer>\"\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "6ef37866-a0e0-4e8d-860c-5620be68d76e",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections",
          ":sectionId",
          "fields",
          ":fieldId",
          "move"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "sectionId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "fieldId"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"target_group_id\": \"<integer>\",\n  \"position\": \"<integer>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"form_group_id\": \"<string>\",\n    \"key\": \"<string>\",\n    \"label\": \"<string>\",\n    \"field_type\": \"<string>\",\n    \"placeholder\": \"<string>\",\n    \"hint\": \"<string>\",\n    \"is_required\": \"<string>\",\n    \"is_readonly\": \"<string>\",\n    \"sort_order\": \"<string>\",\n    \"options\": \"<string>\",\n    \"validation\": \"<string>\",\n    \"visibility_rules\": \"<string>\",\n    \"data_source_key\": \"<string>\",\n    \"default_value\": \"<string>\"\n  },\n  \"message\": \"<null>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "726c6723-1604-4929-ad48-892a81a55f7d",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections",
          ":sectionId",
          "fields",
          ":fieldId",
          "move"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "sectionId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "fieldId"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"target_group_id\": \"<integer>\",\n  \"position\": \"<integer>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "5edb0073-8474-47f6-815b-dcea6d9ae18c",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections",
          ":sectionId",
          "fields",
          ":fieldId",
          "move"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "sectionId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "fieldId"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"target_group_id\": \"<integer>\",\n  \"position\": \"<integer>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "1b0f67d3-df78-4c13-9556-f17d9cd24092",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections",
          ":sectionId",
          "fields",
          ":fieldId",
          "move"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "sectionId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "fieldId"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"target_group_id\": \"<integer>\",\n  \"position\": \"<integer>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    }
   ]
  },
  {
   "name": "FormFieldSource",
   "description": "",
   "item": [
    {
     "id": "02a11254-0150-4db1-980d-48735c4e86bb",
     "name": "GET /forms/field-sources\nDevuelve catálogos y parámetros del workspace formateados como opciones\npara campos select/radio/multiselect del formulario",
     "request": {
      "name": "GET /forms/field-sources\nDevuelve catálogos y parámetros del workspace formateados como opciones\npara campos select/radio/multiselect del formulario",
      "description": {},
      "url": {
       "path": [
        "forms",
        "field-sources"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "6971bf88-ddcf-497e-966d-4ce7c2fb6da5",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "field-sources"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": [\n    {\n      \"key\": \"<string>\",\n      \"name\": \"<string>\",\n      \"category\": \"<string>\",\n      \"options\": [\n        {\n          \"value\": \"<string>\",\n          \"label\": \"<string>\"\n        },\n        {\n          \"value\": \"<string>\",\n          \"label\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"key\": \"<string>\",\n      \"name\": \"<string>\",\n      \"category\": \"<string>\",\n      \"options\": [\n        {\n          \"value\": \"<string>\",\n          \"label\": \"<string>\"\n        },\n        {\n          \"value\": \"<string>\",\n          \"label\": \"<string>\"\n        }\n      ]\n    }\n  ],\n  \"message\": \"<null>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "1730be03-b53d-4e39-9a04-4f10acf0a673",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "field-sources"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "4193ce2f-e004-4bd0-a55a-8f5fae57ed93",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "field-sources"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    }
   ]
  },
  {
   "name": "FormGroup",
   "description": "",
   "item": [
    {
     "id": "1c68b0fe-ba9e-4018-b363-cdb866507919",
     "name": "form Group.store",
     "request": {
      "name": "form Group.store",
      "description": {},
      "url": {
       "path": [
        "forms",
        ":templateId",
        "sections",
        ":sectionId",
        "groups"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "templateId",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        },
        {
         "type": "any",
         "value": "<integer>",
         "key": "sectionId",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"label\": \"<string,null>\",\n  \"layout\": \"1col\"\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "a3efe814-1697-4858-8fd8-3e4f75471a40",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections",
          ":sectionId",
          "groups"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "sectionId"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"label\": \"<string,null>\",\n  \"layout\": \"1col\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"form_section_id\": \"<string>\",\n    \"label\": \"<string>\",\n    \"layout\": \"<string>\",\n    \"sort_order\": \"<string>\",\n    \"visibility_rules\": \"<string>\",\n    \"is_repeatable\": \"<boolean>\",\n    \"fields\": [\n      {\n        \"id\": \"<string>\",\n        \"form_group_id\": \"<string>\",\n        \"key\": \"<string>\",\n        \"label\": \"<string>\",\n        \"field_type\": \"<string>\",\n        \"placeholder\": \"<string>\",\n        \"hint\": \"<string>\",\n        \"is_required\": \"<string>\",\n        \"is_readonly\": \"<string>\",\n        \"sort_order\": \"<string>\",\n        \"options\": \"<string>\",\n        \"validation\": \"<string>\",\n        \"visibility_rules\": \"<string>\",\n        \"data_source_key\": \"<string>\",\n        \"default_value\": \"<string>\"\n      },\n      {\n        \"id\": \"<string>\",\n        \"form_group_id\": \"<string>\",\n        \"key\": \"<string>\",\n        \"label\": \"<string>\",\n        \"field_type\": \"<string>\",\n        \"placeholder\": \"<string>\",\n        \"hint\": \"<string>\",\n        \"is_required\": \"<string>\",\n        \"is_readonly\": \"<string>\",\n        \"sort_order\": \"<string>\",\n        \"options\": \"<string>\",\n        \"validation\": \"<string>\",\n        \"visibility_rules\": \"<string>\",\n        \"data_source_key\": \"<string>\",\n        \"default_value\": \"<string>\"\n      }\n    ]\n  },\n  \"message\": \"<integer>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "d01ebc87-d6a3-4709-9b4d-2b6b5d457222",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections",
          ":sectionId",
          "groups"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "sectionId"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"label\": \"<string,null>\",\n  \"layout\": \"1col\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "e0ed63a5-e302-4f42-ab92-2412a8021e3e",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections",
          ":sectionId",
          "groups"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "sectionId"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"label\": \"<string,null>\",\n  \"layout\": \"1col\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "287c8738-2e73-4fe7-934f-6adbe54d68f9",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections",
          ":sectionId",
          "groups"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "sectionId"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"label\": \"<string,null>\",\n  \"layout\": \"1col\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "599c32a7-160f-4c7a-8be0-45c1c0d74d81",
     "name": "form Group.update",
     "request": {
      "name": "form Group.update",
      "description": {},
      "url": {
       "path": [
        "forms",
        ":templateId",
        "sections",
        ":sectionId",
        "groups",
        ":groupId"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "templateId",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        },
        {
         "type": "any",
         "value": "<integer>",
         "key": "sectionId",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        },
        {
         "type": "any",
         "value": "<integer>",
         "key": "groupId",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "PATCH",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"layout\": \"1col\",\n  \"label\": \"<string,null>\",\n  \"is_repeatable\": \"<boolean>\",\n  \"visibility_rules\": {\n    \"conjunction\": \"or\",\n    \"rules\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "2e085d93-01bd-42de-be70-691c934a51eb",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections",
          ":sectionId",
          "groups",
          ":groupId"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "sectionId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "groupId"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"layout\": \"1col\",\n  \"label\": \"<string,null>\",\n  \"is_repeatable\": \"<boolean>\",\n  \"visibility_rules\": {\n    \"conjunction\": \"or\",\n    \"rules\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"layout\": \"<string>\",\n    \"label\": \"<string>\",\n    \"is_repeatable\": \"<boolean>\",\n    \"visibility_rules\": \"<string>\"\n  },\n  \"message\": \"<null>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "e5da875b-5432-4c71-87c9-7f9012eb98d1",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections",
          ":sectionId",
          "groups",
          ":groupId"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "sectionId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "groupId"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"layout\": \"1col\",\n  \"label\": \"<string,null>\",\n  \"is_repeatable\": \"<boolean>\",\n  \"visibility_rules\": {\n    \"conjunction\": \"or\",\n    \"rules\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "dbf70dbf-413d-417b-8fae-cb835ab0b2ed",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections",
          ":sectionId",
          "groups",
          ":groupId"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "sectionId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "groupId"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"layout\": \"1col\",\n  \"label\": \"<string,null>\",\n  \"is_repeatable\": \"<boolean>\",\n  \"visibility_rules\": {\n    \"conjunction\": \"or\",\n    \"rules\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "c6c68ffe-9cbc-4acd-b83a-b0e8bbab23b9",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections",
          ":sectionId",
          "groups",
          ":groupId"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "sectionId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "groupId"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"layout\": \"1col\",\n  \"label\": \"<string,null>\",\n  \"is_repeatable\": \"<boolean>\",\n  \"visibility_rules\": {\n    \"conjunction\": \"or\",\n    \"rules\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "a62beaa9-8ea1-4419-a2bd-2c2023a0ec98",
     "name": "form Group.destroy",
     "request": {
      "name": "form Group.destroy",
      "description": {},
      "url": {
       "path": [
        "forms",
        ":templateId",
        "sections",
        ":sectionId",
        "groups",
        ":groupId"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "templateId",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        },
        {
         "type": "any",
         "value": "<integer>",
         "key": "sectionId",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        },
        {
         "type": "any",
         "value": "<integer>",
         "key": "groupId",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "DELETE",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "60bd24bb-d71f-4206-a5fe-a43a8f41b47f",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections",
          ":sectionId",
          "groups",
          ":groupId"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "sectionId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "groupId"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": \"<null>\",\n  \"message\": \"<integer>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "8a544414-6b14-4cfa-9c77-7bee7fe0dd7a",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections",
          ":sectionId",
          "groups",
          ":groupId"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "sectionId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "groupId"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "53b7e823-3895-4d9b-aadc-8de4a4b4ec97",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections",
          ":sectionId",
          "groups",
          ":groupId"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "sectionId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "groupId"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "2d13adb6-9c37-45c8-8149-c8b0b7cd3010",
       "name": "422",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections",
          ":sectionId",
          "groups",
          ":groupId"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "sectionId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "groupId"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"CONFLICT\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    }
   ]
  },
  {
   "name": "FormReport",
   "description": "",
   "item": [
    {
     "id": "f0ba0091-6f45-4e8e-9d2d-82993a3dcf47",
     "name": "Genera el informe PDF de una submission revisada",
     "request": {
      "name": "Genera el informe PDF de una submission revisada",
      "description": {},
      "url": {
       "path": [
        "forms",
        "submissions",
        ":submissionId",
        "report"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "submissionId",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "2933f901-5e65-45a0-9b8f-138300a25f6a",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "submissions",
          ":submissionId",
          "report"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "submissionId"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"report_id\": \"<integer>\",\n    \"report_url\": \"<string>\",\n    \"file_path\": \"<string,null>\",\n    \"generated_at\": \"<dateTime>\"\n  },\n  \"message\": \"<null>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "7cfb0ba3-5fd6-4675-bf7b-3b09e4b01d6f",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "submissions",
          ":submissionId",
          "report"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "submissionId"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "f83e6bb1-e037-4fe6-9ca2-796c22d2a7eb",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "submissions",
          ":submissionId",
          "report"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "submissionId"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "55410090-f0f3-45f3-aaa9-e0712997f1f2",
       "name": "422",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "submissions",
          ":submissionId",
          "report"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "submissionId"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {}
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"CONFLICT\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "ff60357f-2cdb-40cf-891e-c027b02d9793",
     "name": "Elimina el informe de una submission (genera uno nuevo si se vuelve a solicitar)",
     "request": {
      "name": "Elimina el informe de una submission (genera uno nuevo si se vuelve a solicitar)",
      "description": {},
      "url": {
       "path": [
        "forms",
        "submissions",
        ":submissionId",
        "report"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "submissionId",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "DELETE",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "72481a52-fcf8-40f5-baa8-97b79d66d70c",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "submissions",
          ":submissionId",
          "report"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "submissionId"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": \"<null>\",\n  \"message\": \"<integer>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "931c3d22-2198-4aa7-9aba-ddbed75c6070",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "submissions",
          ":submissionId",
          "report"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "submissionId"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "c7736cac-012d-4362-979e-827ac9ab2dd2",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "submissions",
          ":submissionId",
          "report"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "submissionId"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "e4797c72-2f0d-4d69-b413-01b8ceef7092",
     "name": "Retorna el informe existente de una submission, si existe",
     "request": {
      "name": "Retorna el informe existente de una submission, si existe",
      "description": {},
      "url": {
       "path": [
        "forms",
        "submissions",
        ":submissionId",
        "report"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "submissionId",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "b7647224-db2e-4df7-b87e-57b94736a80e",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "submissions",
          ":submissionId",
          "report"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "submissionId"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"report_id\": \"<integer>\",\n    \"report_url\": \"<string>\",\n    \"generated_at\": \"<dateTime>\"\n  },\n  \"message\": \"<null>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "7b8356eb-1ac1-415a-8cf8-37f51d945a0a",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "submissions",
          ":submissionId",
          "report"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "submissionId"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "fec5d2b3-5507-4ec3-b51d-ceb0c089c26e",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "submissions",
          ":submissionId",
          "report"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "submissionId"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "fa4f718e-413e-400a-bdb1-6c10851b41cc",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "submissions",
          ":submissionId",
          "report"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "submissionId"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"FORBIDDEN\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    }
   ]
  },
  {
   "name": "FormSection",
   "description": "",
   "item": [
    {
     "id": "fff51933-f13e-4ad4-b853-758d0057c7f0",
     "name": "form Section.store",
     "request": {
      "name": "form Section.store",
      "description": {},
      "url": {
       "path": [
        "forms",
        ":templateId",
        "sections"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "templateId",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string,null>\",\n  \"icon\": \"<string,null>\",\n  \"settings\": null\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "a53cd0f5-7ab3-4163-a3fa-8ae8014023ee",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string,null>\",\n  \"icon\": \"<string,null>\",\n  \"settings\": null\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"form_template_id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"sort_order\": \"<string>\",\n    \"settings\": \"<string>\",\n    \"groups\": [\n      {\n        \"id\": \"<string>\",\n        \"form_section_id\": \"<string>\",\n        \"label\": \"<string>\",\n        \"layout\": \"<string>\",\n        \"sort_order\": \"<string>\",\n        \"visibility_rules\": \"<string>\",\n        \"is_repeatable\": \"<boolean>\",\n        \"fields\": [\n          {\n            \"id\": \"<string>\",\n            \"form_group_id\": \"<string>\",\n            \"key\": \"<string>\",\n            \"label\": \"<string>\",\n            \"field_type\": \"<string>\",\n            \"placeholder\": \"<string>\",\n            \"hint\": \"<string>\",\n            \"is_required\": \"<string>\",\n            \"is_readonly\": \"<string>\",\n            \"sort_order\": \"<string>\",\n            \"options\": \"<string>\",\n            \"validation\": \"<string>\",\n            \"visibility_rules\": \"<string>\",\n            \"data_source_key\": \"<string>\",\n            \"default_value\": \"<string>\"\n          },\n          {\n            \"id\": \"<string>\",\n            \"form_group_id\": \"<string>\",\n            \"key\": \"<string>\",\n            \"label\": \"<string>\",\n            \"field_type\": \"<string>\",\n            \"placeholder\": \"<string>\",\n            \"hint\": \"<string>\",\n            \"is_required\": \"<string>\",\n            \"is_readonly\": \"<string>\",\n            \"sort_order\": \"<string>\",\n            \"options\": \"<string>\",\n            \"validation\": \"<string>\",\n            \"visibility_rules\": \"<string>\",\n            \"data_source_key\": \"<string>\",\n            \"default_value\": \"<string>\"\n          }\n        ]\n      },\n      {\n        \"id\": \"<string>\",\n        \"form_section_id\": \"<string>\",\n        \"label\": \"<string>\",\n        \"layout\": \"<string>\",\n        \"sort_order\": \"<string>\",\n        \"visibility_rules\": \"<string>\",\n        \"is_repeatable\": \"<boolean>\",\n        \"fields\": [\n          {\n            \"id\": \"<string>\",\n            \"form_group_id\": \"<string>\",\n            \"key\": \"<string>\",\n            \"label\": \"<string>\",\n            \"field_type\": \"<string>\",\n            \"placeholder\": \"<string>\",\n            \"hint\": \"<string>\",\n            \"is_required\": \"<string>\",\n            \"is_readonly\": \"<string>\",\n            \"sort_order\": \"<string>\",\n            \"options\": \"<string>\",\n            \"validation\": \"<string>\",\n            \"visibility_rules\": \"<string>\",\n            \"data_source_key\": \"<string>\",\n            \"default_value\": \"<string>\"\n          },\n          {\n            \"id\": \"<string>\",\n            \"form_group_id\": \"<string>\",\n            \"key\": \"<string>\",\n            \"label\": \"<string>\",\n            \"field_type\": \"<string>\",\n            \"placeholder\": \"<string>\",\n            \"hint\": \"<string>\",\n            \"is_required\": \"<string>\",\n            \"is_readonly\": \"<string>\",\n            \"sort_order\": \"<string>\",\n            \"options\": \"<string>\",\n            \"validation\": \"<string>\",\n            \"visibility_rules\": \"<string>\",\n            \"data_source_key\": \"<string>\",\n            \"default_value\": \"<string>\"\n          }\n        ]\n      }\n    ]\n  },\n  \"message\": \"<integer>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "f0d76683-d838-43b4-802f-e5e5efafdbc9",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string,null>\",\n  \"icon\": \"<string,null>\",\n  \"settings\": null\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "4a35ccfb-cfbc-483c-b089-5d9ed02e0458",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string,null>\",\n  \"icon\": \"<string,null>\",\n  \"settings\": null\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "ebb2efd4-3a71-41bf-82ac-041401ba8231",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string,null>\",\n  \"icon\": \"<string,null>\",\n  \"settings\": null\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "7548fe10-71ef-47b2-87eb-5a58b673553b",
     "name": "form Section.update",
     "request": {
      "name": "form Section.update",
      "description": {},
      "url": {
       "path": [
        "forms",
        ":templateId",
        "sections",
        ":sectionId"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "templateId",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        },
        {
         "type": "any",
         "value": "<integer>",
         "key": "sectionId",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "PUT",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string,null>\",\n  \"icon\": \"<string,null>\",\n  \"settings\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "d33a6f0d-34ab-4971-aeb5-7ecf9be09b3a",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections",
          ":sectionId"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "sectionId"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string,null>\",\n  \"icon\": \"<string,null>\",\n  \"settings\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"form_template_id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"sort_order\": \"<string>\",\n    \"settings\": \"<string>\",\n    \"groups\": [\n      {\n        \"id\": \"<string>\",\n        \"form_section_id\": \"<string>\",\n        \"label\": \"<string>\",\n        \"layout\": \"<string>\",\n        \"sort_order\": \"<string>\",\n        \"visibility_rules\": \"<string>\",\n        \"is_repeatable\": \"<boolean>\",\n        \"fields\": [\n          {\n            \"id\": \"<string>\",\n            \"form_group_id\": \"<string>\",\n            \"key\": \"<string>\",\n            \"label\": \"<string>\",\n            \"field_type\": \"<string>\",\n            \"placeholder\": \"<string>\",\n            \"hint\": \"<string>\",\n            \"is_required\": \"<string>\",\n            \"is_readonly\": \"<string>\",\n            \"sort_order\": \"<string>\",\n            \"options\": \"<string>\",\n            \"validation\": \"<string>\",\n            \"visibility_rules\": \"<string>\",\n            \"data_source_key\": \"<string>\",\n            \"default_value\": \"<string>\"\n          },\n          {\n            \"id\": \"<string>\",\n            \"form_group_id\": \"<string>\",\n            \"key\": \"<string>\",\n            \"label\": \"<string>\",\n            \"field_type\": \"<string>\",\n            \"placeholder\": \"<string>\",\n            \"hint\": \"<string>\",\n            \"is_required\": \"<string>\",\n            \"is_readonly\": \"<string>\",\n            \"sort_order\": \"<string>\",\n            \"options\": \"<string>\",\n            \"validation\": \"<string>\",\n            \"visibility_rules\": \"<string>\",\n            \"data_source_key\": \"<string>\",\n            \"default_value\": \"<string>\"\n          }\n        ]\n      },\n      {\n        \"id\": \"<string>\",\n        \"form_section_id\": \"<string>\",\n        \"label\": \"<string>\",\n        \"layout\": \"<string>\",\n        \"sort_order\": \"<string>\",\n        \"visibility_rules\": \"<string>\",\n        \"is_repeatable\": \"<boolean>\",\n        \"fields\": [\n          {\n            \"id\": \"<string>\",\n            \"form_group_id\": \"<string>\",\n            \"key\": \"<string>\",\n            \"label\": \"<string>\",\n            \"field_type\": \"<string>\",\n            \"placeholder\": \"<string>\",\n            \"hint\": \"<string>\",\n            \"is_required\": \"<string>\",\n            \"is_readonly\": \"<string>\",\n            \"sort_order\": \"<string>\",\n            \"options\": \"<string>\",\n            \"validation\": \"<string>\",\n            \"visibility_rules\": \"<string>\",\n            \"data_source_key\": \"<string>\",\n            \"default_value\": \"<string>\"\n          },\n          {\n            \"id\": \"<string>\",\n            \"form_group_id\": \"<string>\",\n            \"key\": \"<string>\",\n            \"label\": \"<string>\",\n            \"field_type\": \"<string>\",\n            \"placeholder\": \"<string>\",\n            \"hint\": \"<string>\",\n            \"is_required\": \"<string>\",\n            \"is_readonly\": \"<string>\",\n            \"sort_order\": \"<string>\",\n            \"options\": \"<string>\",\n            \"validation\": \"<string>\",\n            \"visibility_rules\": \"<string>\",\n            \"data_source_key\": \"<string>\",\n            \"default_value\": \"<string>\"\n          }\n        ]\n      }\n    ]\n  },\n  \"message\": \"<null>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "be240ca1-c214-4e2d-ab44-eb90993e09f8",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections",
          ":sectionId"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "sectionId"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string,null>\",\n  \"icon\": \"<string,null>\",\n  \"settings\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "03b7f614-24be-4474-b7eb-c53903baa1a8",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections",
          ":sectionId"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "sectionId"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string,null>\",\n  \"icon\": \"<string,null>\",\n  \"settings\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "44d293b0-d4b4-4f49-b177-46f8aa4e8c5d",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections",
          ":sectionId"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "sectionId"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string,null>\",\n  \"icon\": \"<string,null>\",\n  \"settings\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "0af4effa-1689-4380-9c37-6bb2aab88f5f",
     "name": "form Section.destroy",
     "request": {
      "name": "form Section.destroy",
      "description": {},
      "url": {
       "path": [
        "forms",
        ":templateId",
        "sections",
        ":sectionId"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "templateId",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        },
        {
         "type": "any",
         "value": "<integer>",
         "key": "sectionId",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "DELETE",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "877ff724-2a09-4fc0-8f95-9917a345b6f9",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections",
          ":sectionId"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "sectionId"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": \"<null>\",\n  \"message\": \"<integer>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "2b359284-bb92-4807-b4bd-28c294c1ae65",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections",
          ":sectionId"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "sectionId"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "4b9d5cea-4870-4233-9a2a-d5ab86b5e934",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections",
          ":sectionId"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          },
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "sectionId"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "d19a83dd-5388-4226-906d-fa214953d656",
     "name": "form Section.reorder",
     "request": {
      "name": "form Section.reorder",
      "description": {},
      "url": {
       "path": [
        "forms",
        ":templateId",
        "sections",
        "reorder"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "templateId",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"ids\": [\n    \"<integer>\"\n  ]\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "72c37d87-1659-46ab-9bb9-70ad297b1188",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections",
          "reorder"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"ids\": [\n    \"<integer>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": \"<null>\",\n  \"message\": \"<null>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "6380ccdf-02b7-4d62-b00a-4f8b8d148b63",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections",
          "reorder"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"ids\": [\n    \"<integer>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "37b660ea-cb1f-4410-bbb8-3fda85ba4f3e",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections",
          "reorder"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"ids\": [\n    \"<integer>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "04e61f78-83e1-43a9-9aae-d5a822469c82",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "sections",
          "reorder"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"ids\": [\n    \"<integer>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    }
   ]
  },
  {
   "name": "FormSubmission",
   "description": "",
   "item": [
    {
     "id": "36b8fdf9-476d-4ec1-bee9-c05c2fb0de57",
     "name": "form Submission.index",
     "request": {
      "name": "form Submission.index",
      "description": {},
      "url": {
       "path": [
        "forms",
        "submissions"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "7c8b1c6c-82ae-426a-a645-180f623e7834",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "submissions"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": [\n    {\n      \"id\": \"<string>\",\n      \"form_template_id\": \"<string>\",\n      \"form_template_version\": \"<string>\",\n      \"process_id\": \"<string>\",\n      \"service_id\": \"<string>\",\n      \"evaluee_id\": \"<string>\",\n      \"submitted_by\": \"<string>\",\n      \"status\": \"<string>\",\n      \"started_at\": \"<string>\",\n      \"completed_at\": \"<string>\",\n      \"reviewed_at\": \"<string>\",\n      \"reviewed_by\": \"<string>\",\n      \"duration_seconds\": \"<string>\",\n      \"data\": \"<string>\",\n      \"reviewer_notes\": \"<string>\",\n      \"template\": {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"slug\": \"<string>\",\n        \"description\": \"<string>\",\n        \"category\": \"<string>\",\n        \"version\": \"<string>\",\n        \"status\": \"<string>\",\n        \"settings\": \"<string>\",\n        \"created_at\": \"<string>\",\n        \"updated_at\": \"<string>\",\n        \"submissions_count\": \"<integer>\",\n        \"sections\": [\n          {\n            \"id\": \"<string>\",\n            \"form_template_id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"icon\": \"<string>\",\n            \"sort_order\": \"<string>\",\n            \"settings\": \"<string>\",\n            \"groups\": [\n              {\n                \"id\": \"<string>\",\n                \"form_section_id\": \"<string>\",\n                \"label\": \"<string>\",\n                \"layout\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"is_repeatable\": \"<boolean>\",\n                \"fields\": [\n                  {\n                    \"id\": \"<string>\",\n                    \"form_group_id\": \"<string>\",\n                    \"key\": \"<string>\",\n                    \"label\": \"<string>\",\n                    \"field_type\": \"<string>\",\n                    \"placeholder\": \"<string>\",\n                    \"hint\": \"<string>\",\n                    \"is_required\": \"<string>\",\n                    \"is_readonly\": \"<string>\",\n                    \"sort_order\": \"<string>\",\n                    \"options\": \"<string>\",\n                    \"validation\": \"<string>\",\n                    \"visibility_rules\": \"<string>\",\n                    \"data_source_key\": \"<string>\",\n                    \"default_value\": \"<string>\"\n                  },\n                  {\n                    \"id\": \"<string>\",\n                    \"form_group_id\": \"<string>\",\n                    \"key\": \"<string>\",\n                    \"label\": \"<string>\",\n                    \"field_type\": \"<string>\",\n                    \"placeholder\": \"<string>\",\n                    \"hint\": \"<string>\",\n                    \"is_required\": \"<string>\",\n                    \"is_readonly\": \"<string>\",\n                    \"sort_order\": \"<string>\",\n                    \"options\": \"<string>\",\n                    \"validation\": \"<string>\",\n                    \"visibility_rules\": \"<string>\",\n                    \"data_source_key\": \"<string>\",\n                    \"default_value\": \"<string>\"\n                  }\n                ]\n              },\n              {\n                \"id\": \"<string>\",\n                \"form_section_id\": \"<string>\",\n                \"label\": \"<string>\",\n                \"layout\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"is_repeatable\": \"<boolean>\",\n                \"fields\": [\n                  {\n                    \"id\": \"<string>\",\n                    \"form_group_id\": \"<string>\",\n                    \"key\": \"<string>\",\n                    \"label\": \"<string>\",\n                    \"field_type\": \"<string>\",\n                    \"placeholder\": \"<string>\",\n                    \"hint\": \"<string>\",\n                    \"is_required\": \"<string>\",\n                    \"is_readonly\": \"<string>\",\n                    \"sort_order\": \"<string>\",\n                    \"options\": \"<string>\",\n                    \"validation\": \"<string>\",\n                    \"visibility_rules\": \"<string>\",\n                    \"data_source_key\": \"<string>\",\n                    \"default_value\": \"<string>\"\n                  },\n                  {\n                    \"id\": \"<string>\",\n                    \"form_group_id\": \"<string>\",\n                    \"key\": \"<string>\",\n                    \"label\": \"<string>\",\n                    \"field_type\": \"<string>\",\n                    \"placeholder\": \"<string>\",\n                    \"hint\": \"<string>\",\n                    \"is_required\": \"<string>\",\n                    \"is_readonly\": \"<string>\",\n                    \"sort_order\": \"<string>\",\n                    \"options\": \"<string>\",\n                    \"validation\": \"<string>\",\n                    \"visibility_rules\": \"<string>\",\n                    \"data_source_key\": \"<string>\",\n                    \"default_value\": \"<string>\"\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"id\": \"<string>\",\n            \"form_template_id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"icon\": \"<string>\",\n            \"sort_order\": \"<string>\",\n            \"settings\": \"<string>\",\n            \"groups\": [\n              {\n                \"id\": \"<string>\",\n                \"form_section_id\": \"<string>\",\n                \"label\": \"<string>\",\n                \"layout\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"is_repeatable\": \"<boolean>\",\n                \"fields\": [\n                  {\n                    \"id\": \"<string>\",\n                    \"form_group_id\": \"<string>\",\n                    \"key\": \"<string>\",\n                    \"label\": \"<string>\",\n                    \"field_type\": \"<string>\",\n                    \"placeholder\": \"<string>\",\n                    \"hint\": \"<string>\",\n                    \"is_required\": \"<string>\",\n                    \"is_readonly\": \"<string>\",\n                    \"sort_order\": \"<string>\",\n                    \"options\": \"<string>\",\n                    \"validation\": \"<string>\",\n                    \"visibility_rules\": \"<string>\",\n                    \"data_source_key\": \"<string>\",\n                    \"default_value\": \"<string>\"\n                  },\n                  {\n                    \"id\": \"<string>\",\n                    \"form_group_id\": \"<string>\",\n                    \"key\": \"<string>\",\n                    \"label\": \"<string>\",\n                    \"field_type\": \"<string>\",\n                    \"placeholder\": \"<string>\",\n                    \"hint\": \"<string>\",\n                    \"is_required\": \"<string>\",\n                    \"is_readonly\": \"<string>\",\n                    \"sort_order\": \"<string>\",\n                    \"options\": \"<string>\",\n                    \"validation\": \"<string>\",\n                    \"visibility_rules\": \"<string>\",\n                    \"data_source_key\": \"<string>\",\n                    \"default_value\": \"<string>\"\n                  }\n                ]\n              },\n              {\n                \"id\": \"<string>\",\n                \"form_section_id\": \"<string>\",\n                \"label\": \"<string>\",\n                \"layout\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"is_repeatable\": \"<boolean>\",\n                \"fields\": [\n                  {\n                    \"id\": \"<string>\",\n                    \"form_group_id\": \"<string>\",\n                    \"key\": \"<string>\",\n                    \"label\": \"<string>\",\n                    \"field_type\": \"<string>\",\n                    \"placeholder\": \"<string>\",\n                    \"hint\": \"<string>\",\n                    \"is_required\": \"<string>\",\n                    \"is_readonly\": \"<string>\",\n                    \"sort_order\": \"<string>\",\n                    \"options\": \"<string>\",\n                    \"validation\": \"<string>\",\n                    \"visibility_rules\": \"<string>\",\n                    \"data_source_key\": \"<string>\",\n                    \"default_value\": \"<string>\"\n                  },\n                  {\n                    \"id\": \"<string>\",\n                    \"form_group_id\": \"<string>\",\n                    \"key\": \"<string>\",\n                    \"label\": \"<string>\",\n                    \"field_type\": \"<string>\",\n                    \"placeholder\": \"<string>\",\n                    \"hint\": \"<string>\",\n                    \"is_required\": \"<string>\",\n                    \"is_readonly\": \"<string>\",\n                    \"sort_order\": \"<string>\",\n                    \"options\": \"<string>\",\n                    \"validation\": \"<string>\",\n                    \"visibility_rules\": \"<string>\",\n                    \"data_source_key\": \"<string>\",\n                    \"default_value\": \"<string>\"\n                  }\n                ]\n              }\n            ]\n          }\n        ]\n      },\n      \"submitter\": {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\"\n      },\n      \"evaluee\": null,\n      \"saves\": \"<string>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"form_template_id\": \"<string>\",\n      \"form_template_version\": \"<string>\",\n      \"process_id\": \"<string>\",\n      \"service_id\": \"<string>\",\n      \"evaluee_id\": \"<string>\",\n      \"submitted_by\": \"<string>\",\n      \"status\": \"<string>\",\n      \"started_at\": \"<string>\",\n      \"completed_at\": \"<string>\",\n      \"reviewed_at\": \"<string>\",\n      \"reviewed_by\": \"<string>\",\n      \"duration_seconds\": \"<string>\",\n      \"data\": \"<string>\",\n      \"reviewer_notes\": \"<string>\",\n      \"template\": {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"slug\": \"<string>\",\n        \"description\": \"<string>\",\n        \"category\": \"<string>\",\n        \"version\": \"<string>\",\n        \"status\": \"<string>\",\n        \"settings\": \"<string>\",\n        \"created_at\": \"<string>\",\n        \"updated_at\": \"<string>\",\n        \"submissions_count\": \"<integer>\",\n        \"sections\": [\n          {\n            \"id\": \"<string>\",\n            \"form_template_id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"icon\": \"<string>\",\n            \"sort_order\": \"<string>\",\n            \"settings\": \"<string>\",\n            \"groups\": [\n              {\n                \"id\": \"<string>\",\n                \"form_section_id\": \"<string>\",\n                \"label\": \"<string>\",\n                \"layout\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"is_repeatable\": \"<boolean>\",\n                \"fields\": [\n                  {\n                    \"id\": \"<string>\",\n                    \"form_group_id\": \"<string>\",\n                    \"key\": \"<string>\",\n                    \"label\": \"<string>\",\n                    \"field_type\": \"<string>\",\n                    \"placeholder\": \"<string>\",\n                    \"hint\": \"<string>\",\n                    \"is_required\": \"<string>\",\n                    \"is_readonly\": \"<string>\",\n                    \"sort_order\": \"<string>\",\n                    \"options\": \"<string>\",\n                    \"validation\": \"<string>\",\n                    \"visibility_rules\": \"<string>\",\n                    \"data_source_key\": \"<string>\",\n                    \"default_value\": \"<string>\"\n                  },\n                  {\n                    \"id\": \"<string>\",\n                    \"form_group_id\": \"<string>\",\n                    \"key\": \"<string>\",\n                    \"label\": \"<string>\",\n                    \"field_type\": \"<string>\",\n                    \"placeholder\": \"<string>\",\n                    \"hint\": \"<string>\",\n                    \"is_required\": \"<string>\",\n                    \"is_readonly\": \"<string>\",\n                    \"sort_order\": \"<string>\",\n                    \"options\": \"<string>\",\n                    \"validation\": \"<string>\",\n                    \"visibility_rules\": \"<string>\",\n                    \"data_source_key\": \"<string>\",\n                    \"default_value\": \"<string>\"\n                  }\n                ]\n              },\n              {\n                \"id\": \"<string>\",\n                \"form_section_id\": \"<string>\",\n                \"label\": \"<string>\",\n                \"layout\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"is_repeatable\": \"<boolean>\",\n                \"fields\": [\n                  {\n                    \"id\": \"<string>\",\n                    \"form_group_id\": \"<string>\",\n                    \"key\": \"<string>\",\n                    \"label\": \"<string>\",\n                    \"field_type\": \"<string>\",\n                    \"placeholder\": \"<string>\",\n                    \"hint\": \"<string>\",\n                    \"is_required\": \"<string>\",\n                    \"is_readonly\": \"<string>\",\n                    \"sort_order\": \"<string>\",\n                    \"options\": \"<string>\",\n                    \"validation\": \"<string>\",\n                    \"visibility_rules\": \"<string>\",\n                    \"data_source_key\": \"<string>\",\n                    \"default_value\": \"<string>\"\n                  },\n                  {\n                    \"id\": \"<string>\",\n                    \"form_group_id\": \"<string>\",\n                    \"key\": \"<string>\",\n                    \"label\": \"<string>\",\n                    \"field_type\": \"<string>\",\n                    \"placeholder\": \"<string>\",\n                    \"hint\": \"<string>\",\n                    \"is_required\": \"<string>\",\n                    \"is_readonly\": \"<string>\",\n                    \"sort_order\": \"<string>\",\n                    \"options\": \"<string>\",\n                    \"validation\": \"<string>\",\n                    \"visibility_rules\": \"<string>\",\n                    \"data_source_key\": \"<string>\",\n                    \"default_value\": \"<string>\"\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"id\": \"<string>\",\n            \"form_template_id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"icon\": \"<string>\",\n            \"sort_order\": \"<string>\",\n            \"settings\": \"<string>\",\n            \"groups\": [\n              {\n                \"id\": \"<string>\",\n                \"form_section_id\": \"<string>\",\n                \"label\": \"<string>\",\n                \"layout\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"is_repeatable\": \"<boolean>\",\n                \"fields\": [\n                  {\n                    \"id\": \"<string>\",\n                    \"form_group_id\": \"<string>\",\n                    \"key\": \"<string>\",\n                    \"label\": \"<string>\",\n                    \"field_type\": \"<string>\",\n                    \"placeholder\": \"<string>\",\n                    \"hint\": \"<string>\",\n                    \"is_required\": \"<string>\",\n                    \"is_readonly\": \"<string>\",\n                    \"sort_order\": \"<string>\",\n                    \"options\": \"<string>\",\n                    \"validation\": \"<string>\",\n                    \"visibility_rules\": \"<string>\",\n                    \"data_source_key\": \"<string>\",\n                    \"default_value\": \"<string>\"\n                  },\n                  {\n                    \"id\": \"<string>\",\n                    \"form_group_id\": \"<string>\",\n                    \"key\": \"<string>\",\n                    \"label\": \"<string>\",\n                    \"field_type\": \"<string>\",\n                    \"placeholder\": \"<string>\",\n                    \"hint\": \"<string>\",\n                    \"is_required\": \"<string>\",\n                    \"is_readonly\": \"<string>\",\n                    \"sort_order\": \"<string>\",\n                    \"options\": \"<string>\",\n                    \"validation\": \"<string>\",\n                    \"visibility_rules\": \"<string>\",\n                    \"data_source_key\": \"<string>\",\n                    \"default_value\": \"<string>\"\n                  }\n                ]\n              },\n              {\n                \"id\": \"<string>\",\n                \"form_section_id\": \"<string>\",\n                \"label\": \"<string>\",\n                \"layout\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"is_repeatable\": \"<boolean>\",\n                \"fields\": [\n                  {\n                    \"id\": \"<string>\",\n                    \"form_group_id\": \"<string>\",\n                    \"key\": \"<string>\",\n                    \"label\": \"<string>\",\n                    \"field_type\": \"<string>\",\n                    \"placeholder\": \"<string>\",\n                    \"hint\": \"<string>\",\n                    \"is_required\": \"<string>\",\n                    \"is_readonly\": \"<string>\",\n                    \"sort_order\": \"<string>\",\n                    \"options\": \"<string>\",\n                    \"validation\": \"<string>\",\n                    \"visibility_rules\": \"<string>\",\n                    \"data_source_key\": \"<string>\",\n                    \"default_value\": \"<string>\"\n                  },\n                  {\n                    \"id\": \"<string>\",\n                    \"form_group_id\": \"<string>\",\n                    \"key\": \"<string>\",\n                    \"label\": \"<string>\",\n                    \"field_type\": \"<string>\",\n                    \"placeholder\": \"<string>\",\n                    \"hint\": \"<string>\",\n                    \"is_required\": \"<string>\",\n                    \"is_readonly\": \"<string>\",\n                    \"sort_order\": \"<string>\",\n                    \"options\": \"<string>\",\n                    \"validation\": \"<string>\",\n                    \"visibility_rules\": \"<string>\",\n                    \"data_source_key\": \"<string>\",\n                    \"default_value\": \"<string>\"\n                  }\n                ]\n              }\n            ]\n          }\n        ]\n      },\n      \"submitter\": {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\"\n      },\n      \"evaluee\": {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"first_name\": \"<string>\",\n        \"last_name\": \"<string>\",\n        \"id_document\": \"<string>\",\n        \"type\": \"<string>\",\n        \"email\": \"<string,null>\",\n        \"phone\": \"<string,null>\"\n      },\n      \"saves\": \"<string>\"\n    }\n  ],\n  \"message\": \"<null>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "ff0eff64-f4bf-4b42-8fc7-89cad598bdeb",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "submissions"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "ce78608d-e628-4cc2-8431-9bca36dc0aaf",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "submissions"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "6bf42472-8e2d-4c30-b55f-3bfb3aee3dab",
     "name": "form Submission.store",
     "request": {
      "name": "form Submission.store",
      "description": {},
      "url": {
       "path": [
        "forms",
        "submissions"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"form_template_id\": \"<integer>\",\n  \"process_id\": \"<integer,null>\",\n  \"service_id\": \"<integer,null>\",\n  \"evaluee_id\": \"<integer,null>\",\n  \"initial_data\": {\n    \"person_id\": \"<integer,null>\",\n    \"first_name\": \"<string,null>\",\n    \"last_name\": \"<string,null>\",\n    \"id_document\": \"<string,null>\",\n    \"document_type\": \"<string,null>\",\n    \"email\": \"<string,null-email>\",\n    \"phone\": \"<string,null>\"\n  }\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "c7d079aa-29ee-41b5-aecd-d75f4020fbac",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "submissions"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"form_template_id\": \"<integer>\",\n  \"process_id\": \"<integer,null>\",\n  \"service_id\": \"<integer,null>\",\n  \"evaluee_id\": \"<integer,null>\",\n  \"initial_data\": {\n    \"person_id\": \"<integer,null>\",\n    \"first_name\": \"<string,null>\",\n    \"last_name\": \"<string,null>\",\n    \"id_document\": \"<string,null>\",\n    \"document_type\": \"<string,null>\",\n    \"email\": \"<string,null-email>\",\n    \"phone\": \"<string,null>\"\n  }\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"form_template_id\": \"<string>\",\n    \"form_template_version\": \"<string>\",\n    \"process_id\": \"<string>\",\n    \"service_id\": \"<string>\",\n    \"evaluee_id\": \"<string>\",\n    \"submitted_by\": \"<string>\",\n    \"status\": \"<string>\",\n    \"started_at\": \"<string>\",\n    \"completed_at\": \"<string>\",\n    \"reviewed_at\": \"<string>\",\n    \"reviewed_by\": \"<string>\",\n    \"duration_seconds\": \"<string>\",\n    \"data\": \"<string>\",\n    \"reviewer_notes\": \"<string>\",\n    \"template\": {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"slug\": \"<string>\",\n      \"description\": \"<string>\",\n      \"category\": \"<string>\",\n      \"version\": \"<string>\",\n      \"status\": \"<string>\",\n      \"settings\": \"<string>\",\n      \"created_at\": \"<string>\",\n      \"updated_at\": \"<string>\",\n      \"submissions_count\": \"<integer>\",\n      \"sections\": [\n        {\n          \"id\": \"<string>\",\n          \"form_template_id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"icon\": \"<string>\",\n          \"sort_order\": \"<string>\",\n          \"settings\": \"<string>\",\n          \"groups\": [\n            {\n              \"id\": \"<string>\",\n              \"form_section_id\": \"<string>\",\n              \"label\": \"<string>\",\n              \"layout\": \"<string>\",\n              \"sort_order\": \"<string>\",\n              \"visibility_rules\": \"<string>\",\n              \"is_repeatable\": \"<boolean>\",\n              \"fields\": [\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                },\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                }\n              ]\n            },\n            {\n              \"id\": \"<string>\",\n              \"form_section_id\": \"<string>\",\n              \"label\": \"<string>\",\n              \"layout\": \"<string>\",\n              \"sort_order\": \"<string>\",\n              \"visibility_rules\": \"<string>\",\n              \"is_repeatable\": \"<boolean>\",\n              \"fields\": [\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                },\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                }\n              ]\n            }\n          ]\n        },\n        {\n          \"id\": \"<string>\",\n          \"form_template_id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"icon\": \"<string>\",\n          \"sort_order\": \"<string>\",\n          \"settings\": \"<string>\",\n          \"groups\": [\n            {\n              \"id\": \"<string>\",\n              \"form_section_id\": \"<string>\",\n              \"label\": \"<string>\",\n              \"layout\": \"<string>\",\n              \"sort_order\": \"<string>\",\n              \"visibility_rules\": \"<string>\",\n              \"is_repeatable\": \"<boolean>\",\n              \"fields\": [\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                },\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                }\n              ]\n            },\n            {\n              \"id\": \"<string>\",\n              \"form_section_id\": \"<string>\",\n              \"label\": \"<string>\",\n              \"layout\": \"<string>\",\n              \"sort_order\": \"<string>\",\n              \"visibility_rules\": \"<string>\",\n              \"is_repeatable\": \"<boolean>\",\n              \"fields\": [\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                },\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                }\n              ]\n            }\n          ]\n        }\n      ]\n    },\n    \"submitter\": {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\"\n    },\n    \"evaluee\": {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"first_name\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"id_document\": \"<string>\",\n      \"type\": \"<string>\",\n      \"email\": \"<string,null>\",\n      \"phone\": \"<string,null>\"\n    },\n    \"saves\": \"<string>\"\n  },\n  \"message\": \"<integer>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "228da038-88d2-4fcc-97e1-155d92497a6e",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "submissions"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"form_template_id\": \"<integer>\",\n  \"process_id\": \"<integer,null>\",\n  \"service_id\": \"<integer,null>\",\n  \"evaluee_id\": \"<integer,null>\",\n  \"initial_data\": {\n    \"person_id\": \"<integer,null>\",\n    \"first_name\": \"<string,null>\",\n    \"last_name\": \"<string,null>\",\n    \"id_document\": \"<string,null>\",\n    \"document_type\": \"<string,null>\",\n    \"email\": \"<string,null-email>\",\n    \"phone\": \"<string,null>\"\n  }\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "52c9a589-e3ba-46f8-ba90-b1d8e1adb7eb",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "submissions"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"form_template_id\": \"<integer>\",\n  \"process_id\": \"<integer,null>\",\n  \"service_id\": \"<integer,null>\",\n  \"evaluee_id\": \"<integer,null>\",\n  \"initial_data\": {\n    \"person_id\": \"<integer,null>\",\n    \"first_name\": \"<string,null>\",\n    \"last_name\": \"<string,null>\",\n    \"id_document\": \"<string,null>\",\n    \"document_type\": \"<string,null>\",\n    \"email\": \"<string,null-email>\",\n    \"phone\": \"<string,null>\"\n  }\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "d14d3dd0-db7b-4448-9499-6d284f32f1c7",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "submissions"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"form_template_id\": \"<integer>\",\n  \"process_id\": \"<integer,null>\",\n  \"service_id\": \"<integer,null>\",\n  \"evaluee_id\": \"<integer,null>\",\n  \"initial_data\": {\n    \"person_id\": \"<integer,null>\",\n    \"first_name\": \"<string,null>\",\n    \"last_name\": \"<string,null>\",\n    \"id_document\": \"<string,null>\",\n    \"document_type\": \"<string,null>\",\n    \"email\": \"<string,null-email>\",\n    \"phone\": \"<string,null>\"\n  }\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"BAD_REQUEST\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "2544cd59-a62c-4ef0-af32-57393991f4db",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "submissions"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"form_template_id\": \"<integer>\",\n  \"process_id\": \"<integer,null>\",\n  \"service_id\": \"<integer,null>\",\n  \"evaluee_id\": \"<integer,null>\",\n  \"initial_data\": {\n    \"person_id\": \"<integer,null>\",\n    \"first_name\": \"<string,null>\",\n    \"last_name\": \"<string,null>\",\n    \"id_document\": \"<string,null>\",\n    \"document_type\": \"<string,null>\",\n    \"email\": \"<string,null-email>\",\n    \"phone\": \"<string,null>\"\n  }\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "3cb315e4-2c3d-406c-8179-6a81a05c4980",
     "name": "form Submission.export",
     "request": {
      "name": "form Submission.export",
      "description": {},
      "url": {
       "path": [
        "forms",
        ":templateId",
        "export"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "templateId",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "text/csv; charset=UTF-8"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "6e04b057-2a48-4a28-aa17-23298f0604f1",
       "name": "Archivo XLSX con las respuestas del formulario",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "export"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "text/csv; charset=UTF-8"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "text/csv; charset=UTF-8"
        },
        {
         "disabled": false,
         "description": {
          "content": "(Required)  (This can only be one of chunked)",
          "type": "text/plain"
         },
         "key": "Transfer-Encoding",
         "value": "chunked"
        }
       ],
       "body": "<string>",
       "cookie": [],
       "_postman_previewlanguage": "text"
      },
      {
       "id": "d73f027c-02ee-4bd0-a68f-dc195413cbf1",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "export"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "9167a1fa-c08a-415d-9dda-1c7f2f00f11f",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":templateId",
          "export"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "templateId"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "f03f1aa7-1c3e-4a59-a26d-920f7538a64b",
     "name": "GET /forms/submissions/mine\nSubmissions del evaluador autenticado en el workspace",
     "request": {
      "name": "GET /forms/submissions/mine\nSubmissions del evaluador autenticado en el workspace",
      "description": {},
      "url": {
       "path": [
        "forms",
        "submissions",
        "mine"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "77c3376d-d6e6-4a4d-8af7-726e8f95824f",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "submissions",
          "mine"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": [\n    {\n      \"id\": \"<string>\",\n      \"form_template_id\": \"<string>\",\n      \"form_template_version\": \"<string>\",\n      \"process_id\": \"<string>\",\n      \"service_id\": \"<string>\",\n      \"evaluee_id\": \"<string>\",\n      \"submitted_by\": \"<string>\",\n      \"status\": \"<string>\",\n      \"started_at\": \"<string>\",\n      \"completed_at\": \"<string>\",\n      \"reviewed_at\": \"<string>\",\n      \"reviewed_by\": \"<string>\",\n      \"duration_seconds\": \"<string>\",\n      \"data\": \"<string>\",\n      \"reviewer_notes\": \"<string>\",\n      \"template\": {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"slug\": \"<string>\",\n        \"description\": \"<string>\",\n        \"category\": \"<string>\",\n        \"version\": \"<string>\",\n        \"status\": \"<string>\",\n        \"settings\": \"<string>\",\n        \"created_at\": \"<string>\",\n        \"updated_at\": \"<string>\",\n        \"submissions_count\": \"<integer>\",\n        \"sections\": [\n          {\n            \"id\": \"<string>\",\n            \"form_template_id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"icon\": \"<string>\",\n            \"sort_order\": \"<string>\",\n            \"settings\": \"<string>\",\n            \"groups\": [\n              {\n                \"id\": \"<string>\",\n                \"form_section_id\": \"<string>\",\n                \"label\": \"<string>\",\n                \"layout\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"is_repeatable\": \"<boolean>\",\n                \"fields\": [\n                  {\n                    \"id\": \"<string>\",\n                    \"form_group_id\": \"<string>\",\n                    \"key\": \"<string>\",\n                    \"label\": \"<string>\",\n                    \"field_type\": \"<string>\",\n                    \"placeholder\": \"<string>\",\n                    \"hint\": \"<string>\",\n                    \"is_required\": \"<string>\",\n                    \"is_readonly\": \"<string>\",\n                    \"sort_order\": \"<string>\",\n                    \"options\": \"<string>\",\n                    \"validation\": \"<string>\",\n                    \"visibility_rules\": \"<string>\",\n                    \"data_source_key\": \"<string>\",\n                    \"default_value\": \"<string>\"\n                  },\n                  {\n                    \"id\": \"<string>\",\n                    \"form_group_id\": \"<string>\",\n                    \"key\": \"<string>\",\n                    \"label\": \"<string>\",\n                    \"field_type\": \"<string>\",\n                    \"placeholder\": \"<string>\",\n                    \"hint\": \"<string>\",\n                    \"is_required\": \"<string>\",\n                    \"is_readonly\": \"<string>\",\n                    \"sort_order\": \"<string>\",\n                    \"options\": \"<string>\",\n                    \"validation\": \"<string>\",\n                    \"visibility_rules\": \"<string>\",\n                    \"data_source_key\": \"<string>\",\n                    \"default_value\": \"<string>\"\n                  }\n                ]\n              },\n              {\n                \"id\": \"<string>\",\n                \"form_section_id\": \"<string>\",\n                \"label\": \"<string>\",\n                \"layout\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"is_repeatable\": \"<boolean>\",\n                \"fields\": [\n                  {\n                    \"id\": \"<string>\",\n                    \"form_group_id\": \"<string>\",\n                    \"key\": \"<string>\",\n                    \"label\": \"<string>\",\n                    \"field_type\": \"<string>\",\n                    \"placeholder\": \"<string>\",\n                    \"hint\": \"<string>\",\n                    \"is_required\": \"<string>\",\n                    \"is_readonly\": \"<string>\",\n                    \"sort_order\": \"<string>\",\n                    \"options\": \"<string>\",\n                    \"validation\": \"<string>\",\n                    \"visibility_rules\": \"<string>\",\n                    \"data_source_key\": \"<string>\",\n                    \"default_value\": \"<string>\"\n                  },\n                  {\n                    \"id\": \"<string>\",\n                    \"form_group_id\": \"<string>\",\n                    \"key\": \"<string>\",\n                    \"label\": \"<string>\",\n                    \"field_type\": \"<string>\",\n                    \"placeholder\": \"<string>\",\n                    \"hint\": \"<string>\",\n                    \"is_required\": \"<string>\",\n                    \"is_readonly\": \"<string>\",\n                    \"sort_order\": \"<string>\",\n                    \"options\": \"<string>\",\n                    \"validation\": \"<string>\",\n                    \"visibility_rules\": \"<string>\",\n                    \"data_source_key\": \"<string>\",\n                    \"default_value\": \"<string>\"\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"id\": \"<string>\",\n            \"form_template_id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"icon\": \"<string>\",\n            \"sort_order\": \"<string>\",\n            \"settings\": \"<string>\",\n            \"groups\": [\n              {\n                \"id\": \"<string>\",\n                \"form_section_id\": \"<string>\",\n                \"label\": \"<string>\",\n                \"layout\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"is_repeatable\": \"<boolean>\",\n                \"fields\": [\n                  {\n                    \"id\": \"<string>\",\n                    \"form_group_id\": \"<string>\",\n                    \"key\": \"<string>\",\n                    \"label\": \"<string>\",\n                    \"field_type\": \"<string>\",\n                    \"placeholder\": \"<string>\",\n                    \"hint\": \"<string>\",\n                    \"is_required\": \"<string>\",\n                    \"is_readonly\": \"<string>\",\n                    \"sort_order\": \"<string>\",\n                    \"options\": \"<string>\",\n                    \"validation\": \"<string>\",\n                    \"visibility_rules\": \"<string>\",\n                    \"data_source_key\": \"<string>\",\n                    \"default_value\": \"<string>\"\n                  },\n                  {\n                    \"id\": \"<string>\",\n                    \"form_group_id\": \"<string>\",\n                    \"key\": \"<string>\",\n                    \"label\": \"<string>\",\n                    \"field_type\": \"<string>\",\n                    \"placeholder\": \"<string>\",\n                    \"hint\": \"<string>\",\n                    \"is_required\": \"<string>\",\n                    \"is_readonly\": \"<string>\",\n                    \"sort_order\": \"<string>\",\n                    \"options\": \"<string>\",\n                    \"validation\": \"<string>\",\n                    \"visibility_rules\": \"<string>\",\n                    \"data_source_key\": \"<string>\",\n                    \"default_value\": \"<string>\"\n                  }\n                ]\n              },\n              {\n                \"id\": \"<string>\",\n                \"form_section_id\": \"<string>\",\n                \"label\": \"<string>\",\n                \"layout\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"is_repeatable\": \"<boolean>\",\n                \"fields\": [\n                  {\n                    \"id\": \"<string>\",\n                    \"form_group_id\": \"<string>\",\n                    \"key\": \"<string>\",\n                    \"label\": \"<string>\",\n                    \"field_type\": \"<string>\",\n                    \"placeholder\": \"<string>\",\n                    \"hint\": \"<string>\",\n                    \"is_required\": \"<string>\",\n                    \"is_readonly\": \"<string>\",\n                    \"sort_order\": \"<string>\",\n                    \"options\": \"<string>\",\n                    \"validation\": \"<string>\",\n                    \"visibility_rules\": \"<string>\",\n                    \"data_source_key\": \"<string>\",\n                    \"default_value\": \"<string>\"\n                  },\n                  {\n                    \"id\": \"<string>\",\n                    \"form_group_id\": \"<string>\",\n                    \"key\": \"<string>\",\n                    \"label\": \"<string>\",\n                    \"field_type\": \"<string>\",\n                    \"placeholder\": \"<string>\",\n                    \"hint\": \"<string>\",\n                    \"is_required\": \"<string>\",\n                    \"is_readonly\": \"<string>\",\n                    \"sort_order\": \"<string>\",\n                    \"options\": \"<string>\",\n                    \"validation\": \"<string>\",\n                    \"visibility_rules\": \"<string>\",\n                    \"data_source_key\": \"<string>\",\n                    \"default_value\": \"<string>\"\n                  }\n                ]\n              }\n            ]\n          }\n        ]\n      },\n      \"submitter\": {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\"\n      },\n      \"evaluee\": null,\n      \"saves\": \"<string>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"form_template_id\": \"<string>\",\n      \"form_template_version\": \"<string>\",\n      \"process_id\": \"<string>\",\n      \"service_id\": \"<string>\",\n      \"evaluee_id\": \"<string>\",\n      \"submitted_by\": \"<string>\",\n      \"status\": \"<string>\",\n      \"started_at\": \"<string>\",\n      \"completed_at\": \"<string>\",\n      \"reviewed_at\": \"<string>\",\n      \"reviewed_by\": \"<string>\",\n      \"duration_seconds\": \"<string>\",\n      \"data\": \"<string>\",\n      \"reviewer_notes\": \"<string>\",\n      \"template\": {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"slug\": \"<string>\",\n        \"description\": \"<string>\",\n        \"category\": \"<string>\",\n        \"version\": \"<string>\",\n        \"status\": \"<string>\",\n        \"settings\": \"<string>\",\n        \"created_at\": \"<string>\",\n        \"updated_at\": \"<string>\",\n        \"submissions_count\": \"<integer>\",\n        \"sections\": [\n          {\n            \"id\": \"<string>\",\n            \"form_template_id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"icon\": \"<string>\",\n            \"sort_order\": \"<string>\",\n            \"settings\": \"<string>\",\n            \"groups\": [\n              {\n                \"id\": \"<string>\",\n                \"form_section_id\": \"<string>\",\n                \"label\": \"<string>\",\n                \"layout\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"is_repeatable\": \"<boolean>\",\n                \"fields\": [\n                  {\n                    \"id\": \"<string>\",\n                    \"form_group_id\": \"<string>\",\n                    \"key\": \"<string>\",\n                    \"label\": \"<string>\",\n                    \"field_type\": \"<string>\",\n                    \"placeholder\": \"<string>\",\n                    \"hint\": \"<string>\",\n                    \"is_required\": \"<string>\",\n                    \"is_readonly\": \"<string>\",\n                    \"sort_order\": \"<string>\",\n                    \"options\": \"<string>\",\n                    \"validation\": \"<string>\",\n                    \"visibility_rules\": \"<string>\",\n                    \"data_source_key\": \"<string>\",\n                    \"default_value\": \"<string>\"\n                  },\n                  {\n                    \"id\": \"<string>\",\n                    \"form_group_id\": \"<string>\",\n                    \"key\": \"<string>\",\n                    \"label\": \"<string>\",\n                    \"field_type\": \"<string>\",\n                    \"placeholder\": \"<string>\",\n                    \"hint\": \"<string>\",\n                    \"is_required\": \"<string>\",\n                    \"is_readonly\": \"<string>\",\n                    \"sort_order\": \"<string>\",\n                    \"options\": \"<string>\",\n                    \"validation\": \"<string>\",\n                    \"visibility_rules\": \"<string>\",\n                    \"data_source_key\": \"<string>\",\n                    \"default_value\": \"<string>\"\n                  }\n                ]\n              },\n              {\n                \"id\": \"<string>\",\n                \"form_section_id\": \"<string>\",\n                \"label\": \"<string>\",\n                \"layout\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"is_repeatable\": \"<boolean>\",\n                \"fields\": [\n                  {\n                    \"id\": \"<string>\",\n                    \"form_group_id\": \"<string>\",\n                    \"key\": \"<string>\",\n                    \"label\": \"<string>\",\n                    \"field_type\": \"<string>\",\n                    \"placeholder\": \"<string>\",\n                    \"hint\": \"<string>\",\n                    \"is_required\": \"<string>\",\n                    \"is_readonly\": \"<string>\",\n                    \"sort_order\": \"<string>\",\n                    \"options\": \"<string>\",\n                    \"validation\": \"<string>\",\n                    \"visibility_rules\": \"<string>\",\n                    \"data_source_key\": \"<string>\",\n                    \"default_value\": \"<string>\"\n                  },\n                  {\n                    \"id\": \"<string>\",\n                    \"form_group_id\": \"<string>\",\n                    \"key\": \"<string>\",\n                    \"label\": \"<string>\",\n                    \"field_type\": \"<string>\",\n                    \"placeholder\": \"<string>\",\n                    \"hint\": \"<string>\",\n                    \"is_required\": \"<string>\",\n                    \"is_readonly\": \"<string>\",\n                    \"sort_order\": \"<string>\",\n                    \"options\": \"<string>\",\n                    \"validation\": \"<string>\",\n                    \"visibility_rules\": \"<string>\",\n                    \"data_source_key\": \"<string>\",\n                    \"default_value\": \"<string>\"\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"id\": \"<string>\",\n            \"form_template_id\": \"<string>\",\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"icon\": \"<string>\",\n            \"sort_order\": \"<string>\",\n            \"settings\": \"<string>\",\n            \"groups\": [\n              {\n                \"id\": \"<string>\",\n                \"form_section_id\": \"<string>\",\n                \"label\": \"<string>\",\n                \"layout\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"is_repeatable\": \"<boolean>\",\n                \"fields\": [\n                  {\n                    \"id\": \"<string>\",\n                    \"form_group_id\": \"<string>\",\n                    \"key\": \"<string>\",\n                    \"label\": \"<string>\",\n                    \"field_type\": \"<string>\",\n                    \"placeholder\": \"<string>\",\n                    \"hint\": \"<string>\",\n                    \"is_required\": \"<string>\",\n                    \"is_readonly\": \"<string>\",\n                    \"sort_order\": \"<string>\",\n                    \"options\": \"<string>\",\n                    \"validation\": \"<string>\",\n                    \"visibility_rules\": \"<string>\",\n                    \"data_source_key\": \"<string>\",\n                    \"default_value\": \"<string>\"\n                  },\n                  {\n                    \"id\": \"<string>\",\n                    \"form_group_id\": \"<string>\",\n                    \"key\": \"<string>\",\n                    \"label\": \"<string>\",\n                    \"field_type\": \"<string>\",\n                    \"placeholder\": \"<string>\",\n                    \"hint\": \"<string>\",\n                    \"is_required\": \"<string>\",\n                    \"is_readonly\": \"<string>\",\n                    \"sort_order\": \"<string>\",\n                    \"options\": \"<string>\",\n                    \"validation\": \"<string>\",\n                    \"visibility_rules\": \"<string>\",\n                    \"data_source_key\": \"<string>\",\n                    \"default_value\": \"<string>\"\n                  }\n                ]\n              },\n              {\n                \"id\": \"<string>\",\n                \"form_section_id\": \"<string>\",\n                \"label\": \"<string>\",\n                \"layout\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"is_repeatable\": \"<boolean>\",\n                \"fields\": [\n                  {\n                    \"id\": \"<string>\",\n                    \"form_group_id\": \"<string>\",\n                    \"key\": \"<string>\",\n                    \"label\": \"<string>\",\n                    \"field_type\": \"<string>\",\n                    \"placeholder\": \"<string>\",\n                    \"hint\": \"<string>\",\n                    \"is_required\": \"<string>\",\n                    \"is_readonly\": \"<string>\",\n                    \"sort_order\": \"<string>\",\n                    \"options\": \"<string>\",\n                    \"validation\": \"<string>\",\n                    \"visibility_rules\": \"<string>\",\n                    \"data_source_key\": \"<string>\",\n                    \"default_value\": \"<string>\"\n                  },\n                  {\n                    \"id\": \"<string>\",\n                    \"form_group_id\": \"<string>\",\n                    \"key\": \"<string>\",\n                    \"label\": \"<string>\",\n                    \"field_type\": \"<string>\",\n                    \"placeholder\": \"<string>\",\n                    \"hint\": \"<string>\",\n                    \"is_required\": \"<string>\",\n                    \"is_readonly\": \"<string>\",\n                    \"sort_order\": \"<string>\",\n                    \"options\": \"<string>\",\n                    \"validation\": \"<string>\",\n                    \"visibility_rules\": \"<string>\",\n                    \"data_source_key\": \"<string>\",\n                    \"default_value\": \"<string>\"\n                  }\n                ]\n              }\n            ]\n          }\n        ]\n      },\n      \"submitter\": {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\"\n      },\n      \"evaluee\": {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"first_name\": \"<string>\",\n        \"last_name\": \"<string>\",\n        \"id_document\": \"<string>\",\n        \"type\": \"<string>\",\n        \"email\": \"<string,null>\",\n        \"phone\": \"<string,null>\"\n      },\n      \"saves\": \"<string>\"\n    }\n  ],\n  \"message\": \"<null>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "546711f6-efdb-43d9-bb56-18ba671bccf2",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "submissions",
          "mine"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "9653bc65-3def-4f0c-b257-0529002d3313",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "submissions",
          "mine"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "0c0fe3da-4344-427a-85bf-405d3cbb4250",
     "name": "form Submission.show",
     "request": {
      "name": "form Submission.show",
      "description": {},
      "url": {
       "path": [
        "forms",
        "submissions",
        ":submissionId"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "submissionId",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "8ec8aa12-77a2-4981-9e76-46c0e114bb60",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "submissions",
          ":submissionId"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "submissionId"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"form_template_id\": \"<string>\",\n    \"form_template_version\": \"<string>\",\n    \"process_id\": \"<string>\",\n    \"service_id\": \"<string>\",\n    \"evaluee_id\": \"<string>\",\n    \"submitted_by\": \"<string>\",\n    \"status\": \"<string>\",\n    \"started_at\": \"<string>\",\n    \"completed_at\": \"<string>\",\n    \"reviewed_at\": \"<string>\",\n    \"reviewed_by\": \"<string>\",\n    \"duration_seconds\": \"<string>\",\n    \"data\": \"<string>\",\n    \"reviewer_notes\": \"<string>\",\n    \"template\": {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"slug\": \"<string>\",\n      \"description\": \"<string>\",\n      \"category\": \"<string>\",\n      \"version\": \"<string>\",\n      \"status\": \"<string>\",\n      \"settings\": \"<string>\",\n      \"created_at\": \"<string>\",\n      \"updated_at\": \"<string>\",\n      \"submissions_count\": \"<integer>\",\n      \"sections\": [\n        {\n          \"id\": \"<string>\",\n          \"form_template_id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"icon\": \"<string>\",\n          \"sort_order\": \"<string>\",\n          \"settings\": \"<string>\",\n          \"groups\": [\n            {\n              \"id\": \"<string>\",\n              \"form_section_id\": \"<string>\",\n              \"label\": \"<string>\",\n              \"layout\": \"<string>\",\n              \"sort_order\": \"<string>\",\n              \"visibility_rules\": \"<string>\",\n              \"is_repeatable\": \"<boolean>\",\n              \"fields\": [\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                },\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                }\n              ]\n            },\n            {\n              \"id\": \"<string>\",\n              \"form_section_id\": \"<string>\",\n              \"label\": \"<string>\",\n              \"layout\": \"<string>\",\n              \"sort_order\": \"<string>\",\n              \"visibility_rules\": \"<string>\",\n              \"is_repeatable\": \"<boolean>\",\n              \"fields\": [\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                },\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                }\n              ]\n            }\n          ]\n        },\n        {\n          \"id\": \"<string>\",\n          \"form_template_id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"icon\": \"<string>\",\n          \"sort_order\": \"<string>\",\n          \"settings\": \"<string>\",\n          \"groups\": [\n            {\n              \"id\": \"<string>\",\n              \"form_section_id\": \"<string>\",\n              \"label\": \"<string>\",\n              \"layout\": \"<string>\",\n              \"sort_order\": \"<string>\",\n              \"visibility_rules\": \"<string>\",\n              \"is_repeatable\": \"<boolean>\",\n              \"fields\": [\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                },\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                }\n              ]\n            },\n            {\n              \"id\": \"<string>\",\n              \"form_section_id\": \"<string>\",\n              \"label\": \"<string>\",\n              \"layout\": \"<string>\",\n              \"sort_order\": \"<string>\",\n              \"visibility_rules\": \"<string>\",\n              \"is_repeatable\": \"<boolean>\",\n              \"fields\": [\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                },\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                }\n              ]\n            }\n          ]\n        }\n      ]\n    },\n    \"submitter\": {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\"\n    },\n    \"evaluee\": null,\n    \"saves\": \"<string>\"\n  },\n  \"message\": \"<null>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "5c4ab64e-0610-4568-91ad-272d4e99fde0",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "submissions",
          ":submissionId"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "submissionId"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "38c2d900-8088-4be8-9f09-2c763ea453e3",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "submissions",
          ":submissionId"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "submissionId"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "d8898161-6373-47eb-a81c-c5d701bc39ab",
     "name": "DELETE /forms/submissions/{submissionId}\nBorrado lógico (soft delete) de un AP. Solo administradores\n(gated por can:forms.delete_submissions a nivel de ruta)",
     "request": {
      "name": "DELETE /forms/submissions/{submissionId}\nBorrado lógico (soft delete) de un AP. Solo administradores\n(gated por can:forms.delete_submissions a nivel de ruta)",
      "description": {},
      "url": {
       "path": [
        "forms",
        "submissions",
        ":submissionId"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "submissionId",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "DELETE",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "73956580-1f41-4a17-95e8-df51b4f4b035",
       "name": "soft delete — conserva informes y trazabilidad",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "submissions",
          ":submissionId"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "submissionId"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": \"<null>\",\n  \"message\": \"<integer>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "c1cf08a7-e46a-4824-9952-2dc9a343aa82",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "submissions",
          ":submissionId"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "submissionId"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "07007ecc-bac6-4f8d-b717-32ead4d9b27b",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "submissions",
          ":submissionId"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "submissionId"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "be3fd960-a629-4aa0-83f5-78aa7b7bf7c6",
     "name": "form Submission.save Section",
     "request": {
      "name": "form Submission.save Section",
      "description": {},
      "url": {
       "path": [
        "forms",
        "submissions",
        ":submissionId",
        "section"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "submissionId",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "PATCH",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"section_id\": \"<integer>\",\n  \"data\": [\n    \"<string>\"\n  ],\n  \"duration_seconds\": \"<integer,null>\"\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "e63ec42d-3fe5-4d67-8f04-82ee62943b83",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "submissions",
          ":submissionId",
          "section"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "submissionId"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"section_id\": \"<integer>\",\n  \"data\": [\n    \"<string>\"\n  ],\n  \"duration_seconds\": \"<integer,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"form_template_id\": \"<string>\",\n    \"form_template_version\": \"<string>\",\n    \"process_id\": \"<string>\",\n    \"service_id\": \"<string>\",\n    \"evaluee_id\": \"<string>\",\n    \"submitted_by\": \"<string>\",\n    \"status\": \"<string>\",\n    \"started_at\": \"<string>\",\n    \"completed_at\": \"<string>\",\n    \"reviewed_at\": \"<string>\",\n    \"reviewed_by\": \"<string>\",\n    \"duration_seconds\": \"<string>\",\n    \"data\": \"<string>\",\n    \"reviewer_notes\": \"<string>\",\n    \"template\": {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"slug\": \"<string>\",\n      \"description\": \"<string>\",\n      \"category\": \"<string>\",\n      \"version\": \"<string>\",\n      \"status\": \"<string>\",\n      \"settings\": \"<string>\",\n      \"created_at\": \"<string>\",\n      \"updated_at\": \"<string>\",\n      \"submissions_count\": \"<integer>\",\n      \"sections\": [\n        {\n          \"id\": \"<string>\",\n          \"form_template_id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"icon\": \"<string>\",\n          \"sort_order\": \"<string>\",\n          \"settings\": \"<string>\",\n          \"groups\": [\n            {\n              \"id\": \"<string>\",\n              \"form_section_id\": \"<string>\",\n              \"label\": \"<string>\",\n              \"layout\": \"<string>\",\n              \"sort_order\": \"<string>\",\n              \"visibility_rules\": \"<string>\",\n              \"is_repeatable\": \"<boolean>\",\n              \"fields\": [\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                },\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                }\n              ]\n            },\n            {\n              \"id\": \"<string>\",\n              \"form_section_id\": \"<string>\",\n              \"label\": \"<string>\",\n              \"layout\": \"<string>\",\n              \"sort_order\": \"<string>\",\n              \"visibility_rules\": \"<string>\",\n              \"is_repeatable\": \"<boolean>\",\n              \"fields\": [\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                },\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                }\n              ]\n            }\n          ]\n        },\n        {\n          \"id\": \"<string>\",\n          \"form_template_id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"icon\": \"<string>\",\n          \"sort_order\": \"<string>\",\n          \"settings\": \"<string>\",\n          \"groups\": [\n            {\n              \"id\": \"<string>\",\n              \"form_section_id\": \"<string>\",\n              \"label\": \"<string>\",\n              \"layout\": \"<string>\",\n              \"sort_order\": \"<string>\",\n              \"visibility_rules\": \"<string>\",\n              \"is_repeatable\": \"<boolean>\",\n              \"fields\": [\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                },\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                }\n              ]\n            },\n            {\n              \"id\": \"<string>\",\n              \"form_section_id\": \"<string>\",\n              \"label\": \"<string>\",\n              \"layout\": \"<string>\",\n              \"sort_order\": \"<string>\",\n              \"visibility_rules\": \"<string>\",\n              \"is_repeatable\": \"<boolean>\",\n              \"fields\": [\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                },\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                }\n              ]\n            }\n          ]\n        }\n      ]\n    },\n    \"submitter\": {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\"\n    },\n    \"evaluee\": null,\n    \"saves\": \"<string>\"\n  },\n  \"message\": \"<null>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "d51b21ca-f230-4ce8-8ec8-1a84b14c579a",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "submissions",
          ":submissionId",
          "section"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "submissionId"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"section_id\": \"<integer>\",\n  \"data\": [\n    \"<string>\"\n  ],\n  \"duration_seconds\": \"<integer,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "94d85aef-91f5-4c8c-901c-6b9499225413",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "submissions",
          ":submissionId",
          "section"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "submissionId"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"section_id\": \"<integer>\",\n  \"data\": [\n    \"<string>\"\n  ],\n  \"duration_seconds\": \"<integer,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "85c22ae3-8d7a-4b3f-b562-27caf2beb351",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "submissions",
          ":submissionId",
          "section"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "submissionId"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"section_id\": \"<integer>\",\n  \"data\": [\n    \"<string>\"\n  ],\n  \"duration_seconds\": \"<integer,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "b3afab04-3393-433f-96b2-16e827e54fdd",
     "name": "form Submission.complete",
     "request": {
      "name": "form Submission.complete",
      "description": {},
      "url": {
       "path": [
        "forms",
        "submissions",
        ":submissionId",
        "complete"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "submissionId",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "PATCH",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "1a2397be-889e-49de-bd4c-ddab3b34d628",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "submissions",
          ":submissionId",
          "complete"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "submissionId"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"form_template_id\": \"<string>\",\n    \"form_template_version\": \"<string>\",\n    \"process_id\": \"<string>\",\n    \"service_id\": \"<string>\",\n    \"evaluee_id\": \"<string>\",\n    \"submitted_by\": \"<string>\",\n    \"status\": \"<string>\",\n    \"started_at\": \"<string>\",\n    \"completed_at\": \"<string>\",\n    \"reviewed_at\": \"<string>\",\n    \"reviewed_by\": \"<string>\",\n    \"duration_seconds\": \"<string>\",\n    \"data\": \"<string>\",\n    \"reviewer_notes\": \"<string>\",\n    \"template\": {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"slug\": \"<string>\",\n      \"description\": \"<string>\",\n      \"category\": \"<string>\",\n      \"version\": \"<string>\",\n      \"status\": \"<string>\",\n      \"settings\": \"<string>\",\n      \"created_at\": \"<string>\",\n      \"updated_at\": \"<string>\",\n      \"submissions_count\": \"<integer>\",\n      \"sections\": [\n        {\n          \"id\": \"<string>\",\n          \"form_template_id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"icon\": \"<string>\",\n          \"sort_order\": \"<string>\",\n          \"settings\": \"<string>\",\n          \"groups\": [\n            {\n              \"id\": \"<string>\",\n              \"form_section_id\": \"<string>\",\n              \"label\": \"<string>\",\n              \"layout\": \"<string>\",\n              \"sort_order\": \"<string>\",\n              \"visibility_rules\": \"<string>\",\n              \"is_repeatable\": \"<boolean>\",\n              \"fields\": [\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                },\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                }\n              ]\n            },\n            {\n              \"id\": \"<string>\",\n              \"form_section_id\": \"<string>\",\n              \"label\": \"<string>\",\n              \"layout\": \"<string>\",\n              \"sort_order\": \"<string>\",\n              \"visibility_rules\": \"<string>\",\n              \"is_repeatable\": \"<boolean>\",\n              \"fields\": [\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                },\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                }\n              ]\n            }\n          ]\n        },\n        {\n          \"id\": \"<string>\",\n          \"form_template_id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"icon\": \"<string>\",\n          \"sort_order\": \"<string>\",\n          \"settings\": \"<string>\",\n          \"groups\": [\n            {\n              \"id\": \"<string>\",\n              \"form_section_id\": \"<string>\",\n              \"label\": \"<string>\",\n              \"layout\": \"<string>\",\n              \"sort_order\": \"<string>\",\n              \"visibility_rules\": \"<string>\",\n              \"is_repeatable\": \"<boolean>\",\n              \"fields\": [\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                },\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                }\n              ]\n            },\n            {\n              \"id\": \"<string>\",\n              \"form_section_id\": \"<string>\",\n              \"label\": \"<string>\",\n              \"layout\": \"<string>\",\n              \"sort_order\": \"<string>\",\n              \"visibility_rules\": \"<string>\",\n              \"is_repeatable\": \"<boolean>\",\n              \"fields\": [\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                },\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                }\n              ]\n            }\n          ]\n        }\n      ]\n    },\n    \"submitter\": {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\"\n    },\n    \"evaluee\": null,\n    \"saves\": \"<string>\"\n  },\n  \"message\": \"<null>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "4873b1f5-8251-40cf-b1be-96cb7c295ed0",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "submissions",
          ":submissionId",
          "complete"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "submissionId"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "dad9d087-5f9c-4a8e-89d0-0a14f27d2841",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "submissions",
          ":submissionId",
          "complete"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "submissionId"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "32b4e684-ce9b-4756-ab96-dff18ee7cccc",
       "name": "422",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "submissions",
          ":submissionId",
          "complete"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "submissionId"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {}
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"CONFLICT\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "26103442-b5ee-430d-a1c1-6daba574c4e8",
     "name": "form Submission.review",
     "request": {
      "name": "form Submission.review",
      "description": {},
      "url": {
       "path": [
        "forms",
        "submissions",
        ":submissionId",
        "review"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "submissionId",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "PATCH",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"reviewer_notes\": \"<string,null>\"\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "7c7db151-7f00-47cc-a8e2-0a1cace89c22",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "submissions",
          ":submissionId",
          "review"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "submissionId"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"reviewer_notes\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"form_template_id\": \"<string>\",\n    \"form_template_version\": \"<string>\",\n    \"process_id\": \"<string>\",\n    \"service_id\": \"<string>\",\n    \"evaluee_id\": \"<string>\",\n    \"submitted_by\": \"<string>\",\n    \"status\": \"<string>\",\n    \"started_at\": \"<string>\",\n    \"completed_at\": \"<string>\",\n    \"reviewed_at\": \"<string>\",\n    \"reviewed_by\": \"<string>\",\n    \"duration_seconds\": \"<string>\",\n    \"data\": \"<string>\",\n    \"reviewer_notes\": \"<string>\",\n    \"template\": {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"slug\": \"<string>\",\n      \"description\": \"<string>\",\n      \"category\": \"<string>\",\n      \"version\": \"<string>\",\n      \"status\": \"<string>\",\n      \"settings\": \"<string>\",\n      \"created_at\": \"<string>\",\n      \"updated_at\": \"<string>\",\n      \"submissions_count\": \"<integer>\",\n      \"sections\": [\n        {\n          \"id\": \"<string>\",\n          \"form_template_id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"icon\": \"<string>\",\n          \"sort_order\": \"<string>\",\n          \"settings\": \"<string>\",\n          \"groups\": [\n            {\n              \"id\": \"<string>\",\n              \"form_section_id\": \"<string>\",\n              \"label\": \"<string>\",\n              \"layout\": \"<string>\",\n              \"sort_order\": \"<string>\",\n              \"visibility_rules\": \"<string>\",\n              \"is_repeatable\": \"<boolean>\",\n              \"fields\": [\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                },\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                }\n              ]\n            },\n            {\n              \"id\": \"<string>\",\n              \"form_section_id\": \"<string>\",\n              \"label\": \"<string>\",\n              \"layout\": \"<string>\",\n              \"sort_order\": \"<string>\",\n              \"visibility_rules\": \"<string>\",\n              \"is_repeatable\": \"<boolean>\",\n              \"fields\": [\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                },\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                }\n              ]\n            }\n          ]\n        },\n        {\n          \"id\": \"<string>\",\n          \"form_template_id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"icon\": \"<string>\",\n          \"sort_order\": \"<string>\",\n          \"settings\": \"<string>\",\n          \"groups\": [\n            {\n              \"id\": \"<string>\",\n              \"form_section_id\": \"<string>\",\n              \"label\": \"<string>\",\n              \"layout\": \"<string>\",\n              \"sort_order\": \"<string>\",\n              \"visibility_rules\": \"<string>\",\n              \"is_repeatable\": \"<boolean>\",\n              \"fields\": [\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                },\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                }\n              ]\n            },\n            {\n              \"id\": \"<string>\",\n              \"form_section_id\": \"<string>\",\n              \"label\": \"<string>\",\n              \"layout\": \"<string>\",\n              \"sort_order\": \"<string>\",\n              \"visibility_rules\": \"<string>\",\n              \"is_repeatable\": \"<boolean>\",\n              \"fields\": [\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                },\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                }\n              ]\n            }\n          ]\n        }\n      ]\n    },\n    \"submitter\": {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\"\n    },\n    \"evaluee\": null,\n    \"saves\": \"<string>\"\n  },\n  \"message\": \"<null>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "34f90daf-066b-4029-86f0-2963198e13f4",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "submissions",
          ":submissionId",
          "review"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "submissionId"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"reviewer_notes\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "417e4786-09fc-403c-aa29-8eaa0c363733",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "submissions",
          ":submissionId",
          "review"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "submissionId"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"reviewer_notes\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "d9420808-da71-438c-9058-6c7e859f2a08",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          "submissions",
          ":submissionId",
          "review"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "submissionId"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"reviewer_notes\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    }
   ]
  },
  {
   "name": "FormTemplate",
   "description": "",
   "item": [
    {
     "id": "60463dc9-d32d-40e3-aa52-b23cb43c415b",
     "name": "form Template.index",
     "request": {
      "name": "form Template.index",
      "description": {},
      "url": {
       "path": [
        "forms"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "bd5a8953-404a-4b68-a695-6729f9e610be",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "forms"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": [\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"slug\": \"<string>\",\n      \"description\": \"<string>\",\n      \"category\": \"<string>\",\n      \"version\": \"<string>\",\n      \"status\": \"<string>\",\n      \"settings\": \"<string>\",\n      \"created_at\": \"<string>\",\n      \"updated_at\": \"<string>\",\n      \"submissions_count\": \"<integer>\",\n      \"sections\": [\n        {\n          \"id\": \"<string>\",\n          \"form_template_id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"icon\": \"<string>\",\n          \"sort_order\": \"<string>\",\n          \"settings\": \"<string>\",\n          \"groups\": [\n            {\n              \"id\": \"<string>\",\n              \"form_section_id\": \"<string>\",\n              \"label\": \"<string>\",\n              \"layout\": \"<string>\",\n              \"sort_order\": \"<string>\",\n              \"visibility_rules\": \"<string>\",\n              \"is_repeatable\": \"<boolean>\",\n              \"fields\": [\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                },\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                }\n              ]\n            },\n            {\n              \"id\": \"<string>\",\n              \"form_section_id\": \"<string>\",\n              \"label\": \"<string>\",\n              \"layout\": \"<string>\",\n              \"sort_order\": \"<string>\",\n              \"visibility_rules\": \"<string>\",\n              \"is_repeatable\": \"<boolean>\",\n              \"fields\": [\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                },\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                }\n              ]\n            }\n          ]\n        },\n        {\n          \"id\": \"<string>\",\n          \"form_template_id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"icon\": \"<string>\",\n          \"sort_order\": \"<string>\",\n          \"settings\": \"<string>\",\n          \"groups\": [\n            {\n              \"id\": \"<string>\",\n              \"form_section_id\": \"<string>\",\n              \"label\": \"<string>\",\n              \"layout\": \"<string>\",\n              \"sort_order\": \"<string>\",\n              \"visibility_rules\": \"<string>\",\n              \"is_repeatable\": \"<boolean>\",\n              \"fields\": [\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                },\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                }\n              ]\n            },\n            {\n              \"id\": \"<string>\",\n              \"form_section_id\": \"<string>\",\n              \"label\": \"<string>\",\n              \"layout\": \"<string>\",\n              \"sort_order\": \"<string>\",\n              \"visibility_rules\": \"<string>\",\n              \"is_repeatable\": \"<boolean>\",\n              \"fields\": [\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                },\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                }\n              ]\n            }\n          ]\n        }\n      ]\n    },\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"slug\": \"<string>\",\n      \"description\": \"<string>\",\n      \"category\": \"<string>\",\n      \"version\": \"<string>\",\n      \"status\": \"<string>\",\n      \"settings\": \"<string>\",\n      \"created_at\": \"<string>\",\n      \"updated_at\": \"<string>\",\n      \"submissions_count\": \"<integer>\",\n      \"sections\": [\n        {\n          \"id\": \"<string>\",\n          \"form_template_id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"icon\": \"<string>\",\n          \"sort_order\": \"<string>\",\n          \"settings\": \"<string>\",\n          \"groups\": [\n            {\n              \"id\": \"<string>\",\n              \"form_section_id\": \"<string>\",\n              \"label\": \"<string>\",\n              \"layout\": \"<string>\",\n              \"sort_order\": \"<string>\",\n              \"visibility_rules\": \"<string>\",\n              \"is_repeatable\": \"<boolean>\",\n              \"fields\": [\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                },\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                }\n              ]\n            },\n            {\n              \"id\": \"<string>\",\n              \"form_section_id\": \"<string>\",\n              \"label\": \"<string>\",\n              \"layout\": \"<string>\",\n              \"sort_order\": \"<string>\",\n              \"visibility_rules\": \"<string>\",\n              \"is_repeatable\": \"<boolean>\",\n              \"fields\": [\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                },\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                }\n              ]\n            }\n          ]\n        },\n        {\n          \"id\": \"<string>\",\n          \"form_template_id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"icon\": \"<string>\",\n          \"sort_order\": \"<string>\",\n          \"settings\": \"<string>\",\n          \"groups\": [\n            {\n              \"id\": \"<string>\",\n              \"form_section_id\": \"<string>\",\n              \"label\": \"<string>\",\n              \"layout\": \"<string>\",\n              \"sort_order\": \"<string>\",\n              \"visibility_rules\": \"<string>\",\n              \"is_repeatable\": \"<boolean>\",\n              \"fields\": [\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                },\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                }\n              ]\n            },\n            {\n              \"id\": \"<string>\",\n              \"form_section_id\": \"<string>\",\n              \"label\": \"<string>\",\n              \"layout\": \"<string>\",\n              \"sort_order\": \"<string>\",\n              \"visibility_rules\": \"<string>\",\n              \"is_repeatable\": \"<boolean>\",\n              \"fields\": [\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                },\n                {\n                  \"id\": \"<string>\",\n                  \"form_group_id\": \"<string>\",\n                  \"key\": \"<string>\",\n                  \"label\": \"<string>\",\n                  \"field_type\": \"<string>\",\n                  \"placeholder\": \"<string>\",\n                  \"hint\": \"<string>\",\n                  \"is_required\": \"<string>\",\n                  \"is_readonly\": \"<string>\",\n                  \"sort_order\": \"<string>\",\n                  \"options\": \"<string>\",\n                  \"validation\": \"<string>\",\n                  \"visibility_rules\": \"<string>\",\n                  \"data_source_key\": \"<string>\",\n                  \"default_value\": \"<string>\"\n                }\n              ]\n            }\n          ]\n        }\n      ]\n    }\n  ],\n  \"message\": \"<null>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "7eda3718-d1ea-47e0-abd9-ae4cd091582d",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "forms"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "33d7e79a-3cbf-4fff-82d5-289ce8beab3c",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "forms"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "aef789c4-1d23-4616-bb56-15ea0ee1cd33",
     "name": "form Template.store",
     "request": {
      "name": "form Template.store",
      "description": {},
      "url": {
       "path": [
        "forms"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string,null>\",\n  \"category\": \"<string,null>\",\n  \"settings\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "47d17665-59dc-451a-b4ea-00702668f989",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "forms"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string,null>\",\n  \"category\": \"<string,null>\",\n  \"settings\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\",\n    \"description\": \"<string>\",\n    \"category\": \"<string>\",\n    \"version\": \"<string>\",\n    \"status\": \"<string>\",\n    \"settings\": \"<string>\",\n    \"created_at\": \"<string>\",\n    \"updated_at\": \"<string>\",\n    \"submissions_count\": \"<integer>\",\n    \"sections\": [\n      {\n        \"id\": \"<string>\",\n        \"form_template_id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"icon\": \"<string>\",\n        \"sort_order\": \"<string>\",\n        \"settings\": \"<string>\",\n        \"groups\": [\n          {\n            \"id\": \"<string>\",\n            \"form_section_id\": \"<string>\",\n            \"label\": \"<string>\",\n            \"layout\": \"<string>\",\n            \"sort_order\": \"<string>\",\n            \"visibility_rules\": \"<string>\",\n            \"is_repeatable\": \"<boolean>\",\n            \"fields\": [\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              },\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              }\n            ]\n          },\n          {\n            \"id\": \"<string>\",\n            \"form_section_id\": \"<string>\",\n            \"label\": \"<string>\",\n            \"layout\": \"<string>\",\n            \"sort_order\": \"<string>\",\n            \"visibility_rules\": \"<string>\",\n            \"is_repeatable\": \"<boolean>\",\n            \"fields\": [\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              },\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              }\n            ]\n          }\n        ]\n      },\n      {\n        \"id\": \"<string>\",\n        \"form_template_id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"icon\": \"<string>\",\n        \"sort_order\": \"<string>\",\n        \"settings\": \"<string>\",\n        \"groups\": [\n          {\n            \"id\": \"<string>\",\n            \"form_section_id\": \"<string>\",\n            \"label\": \"<string>\",\n            \"layout\": \"<string>\",\n            \"sort_order\": \"<string>\",\n            \"visibility_rules\": \"<string>\",\n            \"is_repeatable\": \"<boolean>\",\n            \"fields\": [\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              },\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              }\n            ]\n          },\n          {\n            \"id\": \"<string>\",\n            \"form_section_id\": \"<string>\",\n            \"label\": \"<string>\",\n            \"layout\": \"<string>\",\n            \"sort_order\": \"<string>\",\n            \"visibility_rules\": \"<string>\",\n            \"is_repeatable\": \"<boolean>\",\n            \"fields\": [\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              },\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              }\n            ]\n          }\n        ]\n      }\n    ]\n  },\n  \"message\": \"<integer>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "42b8f409-f912-4c2d-a59c-dd317fec8e6d",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "forms"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string,null>\",\n  \"category\": \"<string,null>\",\n  \"settings\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "868f5ab1-1d01-413f-bb5e-e1dc0e09b6cf",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "forms"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string,null>\",\n  \"category\": \"<string,null>\",\n  \"settings\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "2ac8eea8-408d-4435-b55d-f1f32a620a75",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "forms"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string,null>\",\n  \"category\": \"<string,null>\",\n  \"settings\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "d732424d-c721-45af-8732-72659e4f3e05",
     "name": "form Template.show",
     "request": {
      "name": "form Template.show",
      "description": {},
      "url": {
       "path": [
        "forms",
        ":id"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "ceb591ed-61e1-4868-af9c-aa91093dd340",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\",\n    \"description\": \"<string>\",\n    \"category\": \"<string>\",\n    \"version\": \"<string>\",\n    \"status\": \"<string>\",\n    \"settings\": \"<string>\",\n    \"created_at\": \"<string>\",\n    \"updated_at\": \"<string>\",\n    \"submissions_count\": \"<integer>\",\n    \"sections\": [\n      {\n        \"id\": \"<string>\",\n        \"form_template_id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"icon\": \"<string>\",\n        \"sort_order\": \"<string>\",\n        \"settings\": \"<string>\",\n        \"groups\": [\n          {\n            \"id\": \"<string>\",\n            \"form_section_id\": \"<string>\",\n            \"label\": \"<string>\",\n            \"layout\": \"<string>\",\n            \"sort_order\": \"<string>\",\n            \"visibility_rules\": \"<string>\",\n            \"is_repeatable\": \"<boolean>\",\n            \"fields\": [\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              },\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              }\n            ]\n          },\n          {\n            \"id\": \"<string>\",\n            \"form_section_id\": \"<string>\",\n            \"label\": \"<string>\",\n            \"layout\": \"<string>\",\n            \"sort_order\": \"<string>\",\n            \"visibility_rules\": \"<string>\",\n            \"is_repeatable\": \"<boolean>\",\n            \"fields\": [\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              },\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              }\n            ]\n          }\n        ]\n      },\n      {\n        \"id\": \"<string>\",\n        \"form_template_id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"icon\": \"<string>\",\n        \"sort_order\": \"<string>\",\n        \"settings\": \"<string>\",\n        \"groups\": [\n          {\n            \"id\": \"<string>\",\n            \"form_section_id\": \"<string>\",\n            \"label\": \"<string>\",\n            \"layout\": \"<string>\",\n            \"sort_order\": \"<string>\",\n            \"visibility_rules\": \"<string>\",\n            \"is_repeatable\": \"<boolean>\",\n            \"fields\": [\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              },\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              }\n            ]\n          },\n          {\n            \"id\": \"<string>\",\n            \"form_section_id\": \"<string>\",\n            \"label\": \"<string>\",\n            \"layout\": \"<string>\",\n            \"sort_order\": \"<string>\",\n            \"visibility_rules\": \"<string>\",\n            \"is_repeatable\": \"<boolean>\",\n            \"fields\": [\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              },\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              }\n            ]\n          }\n        ]\n      }\n    ]\n  },\n  \"message\": \"<null>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "a4bb4ff6-1b0a-45c1-9812-b2a119c1c8f0",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "712b5a13-87e4-4d9f-a250-dfe4c301c9fc",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "b1b58d7c-06a0-4ba7-9355-73b274d01167",
     "name": "form Template.update",
     "request": {
      "name": "form Template.update",
      "description": {},
      "url": {
       "path": [
        "forms",
        ":id"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "PUT",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "81377204-1932-419d-ae71-0f2535b89a0a",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\",\n    \"description\": \"<string>\",\n    \"category\": \"<string>\",\n    \"version\": \"<string>\",\n    \"status\": \"<string>\",\n    \"settings\": \"<string>\",\n    \"created_at\": \"<string>\",\n    \"updated_at\": \"<string>\",\n    \"submissions_count\": \"<integer>\",\n    \"sections\": [\n      {\n        \"id\": \"<string>\",\n        \"form_template_id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"icon\": \"<string>\",\n        \"sort_order\": \"<string>\",\n        \"settings\": \"<string>\",\n        \"groups\": [\n          {\n            \"id\": \"<string>\",\n            \"form_section_id\": \"<string>\",\n            \"label\": \"<string>\",\n            \"layout\": \"<string>\",\n            \"sort_order\": \"<string>\",\n            \"visibility_rules\": \"<string>\",\n            \"is_repeatable\": \"<boolean>\",\n            \"fields\": [\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              },\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              }\n            ]\n          },\n          {\n            \"id\": \"<string>\",\n            \"form_section_id\": \"<string>\",\n            \"label\": \"<string>\",\n            \"layout\": \"<string>\",\n            \"sort_order\": \"<string>\",\n            \"visibility_rules\": \"<string>\",\n            \"is_repeatable\": \"<boolean>\",\n            \"fields\": [\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              },\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              }\n            ]\n          }\n        ]\n      },\n      {\n        \"id\": \"<string>\",\n        \"form_template_id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"icon\": \"<string>\",\n        \"sort_order\": \"<string>\",\n        \"settings\": \"<string>\",\n        \"groups\": [\n          {\n            \"id\": \"<string>\",\n            \"form_section_id\": \"<string>\",\n            \"label\": \"<string>\",\n            \"layout\": \"<string>\",\n            \"sort_order\": \"<string>\",\n            \"visibility_rules\": \"<string>\",\n            \"is_repeatable\": \"<boolean>\",\n            \"fields\": [\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              },\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              }\n            ]\n          },\n          {\n            \"id\": \"<string>\",\n            \"form_section_id\": \"<string>\",\n            \"label\": \"<string>\",\n            \"layout\": \"<string>\",\n            \"sort_order\": \"<string>\",\n            \"visibility_rules\": \"<string>\",\n            \"is_repeatable\": \"<boolean>\",\n            \"fields\": [\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              },\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              }\n            ]\n          }\n        ]\n      }\n    ]\n  },\n  \"message\": \"<null>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "c5f3b216-982d-4d44-a0f7-6f8c1fb76d49",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "7d9bb6c3-f256-45c9-b7b3-c19843eb5e75",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "0583c666-0055-44f0-b389-ebcec73414d5",
     "name": "form Template.destroy",
     "request": {
      "name": "form Template.destroy",
      "description": {},
      "url": {
       "path": [
        "forms",
        ":id"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "DELETE",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "4a81c13b-d56a-4526-baa7-e3162e209905",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": \"<null>\",\n  \"message\": \"<integer>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "082e1ace-82a8-48bc-9a4c-c8a723bd8d9f",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "bac30bcf-bf17-45f6-8404-40179b4d7bf0",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "01886930-8905-49ce-8f1d-8378aac00e76",
       "name": "422",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"CONFLICT\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "ad00c49e-c955-4a71-8a99-f7be62b51d23",
     "name": "form Template.duplicate",
     "request": {
      "name": "form Template.duplicate",
      "description": {},
      "url": {
       "path": [
        "forms",
        ":id",
        "duplicate"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"name\": \"<string>\"\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "a2c1299f-12d5-48e5-a402-4966cafa3bb2",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":id",
          "duplicate"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"name\": \"<string>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\",\n    \"description\": \"<string>\",\n    \"category\": \"<string>\",\n    \"version\": \"<string>\",\n    \"status\": \"<string>\",\n    \"settings\": \"<string>\",\n    \"created_at\": \"<string>\",\n    \"updated_at\": \"<string>\",\n    \"submissions_count\": \"<integer>\",\n    \"sections\": [\n      {\n        \"id\": \"<string>\",\n        \"form_template_id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"icon\": \"<string>\",\n        \"sort_order\": \"<string>\",\n        \"settings\": \"<string>\",\n        \"groups\": [\n          {\n            \"id\": \"<string>\",\n            \"form_section_id\": \"<string>\",\n            \"label\": \"<string>\",\n            \"layout\": \"<string>\",\n            \"sort_order\": \"<string>\",\n            \"visibility_rules\": \"<string>\",\n            \"is_repeatable\": \"<boolean>\",\n            \"fields\": [\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              },\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              }\n            ]\n          },\n          {\n            \"id\": \"<string>\",\n            \"form_section_id\": \"<string>\",\n            \"label\": \"<string>\",\n            \"layout\": \"<string>\",\n            \"sort_order\": \"<string>\",\n            \"visibility_rules\": \"<string>\",\n            \"is_repeatable\": \"<boolean>\",\n            \"fields\": [\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              },\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              }\n            ]\n          }\n        ]\n      },\n      {\n        \"id\": \"<string>\",\n        \"form_template_id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"icon\": \"<string>\",\n        \"sort_order\": \"<string>\",\n        \"settings\": \"<string>\",\n        \"groups\": [\n          {\n            \"id\": \"<string>\",\n            \"form_section_id\": \"<string>\",\n            \"label\": \"<string>\",\n            \"layout\": \"<string>\",\n            \"sort_order\": \"<string>\",\n            \"visibility_rules\": \"<string>\",\n            \"is_repeatable\": \"<boolean>\",\n            \"fields\": [\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              },\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              }\n            ]\n          },\n          {\n            \"id\": \"<string>\",\n            \"form_section_id\": \"<string>\",\n            \"label\": \"<string>\",\n            \"layout\": \"<string>\",\n            \"sort_order\": \"<string>\",\n            \"visibility_rules\": \"<string>\",\n            \"is_repeatable\": \"<boolean>\",\n            \"fields\": [\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              },\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              }\n            ]\n          }\n        ]\n      }\n    ]\n  },\n  \"message\": \"<integer>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "a4ea079f-b92f-4483-9418-7ae9e08f43de",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":id",
          "duplicate"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"name\": \"<string>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "ef95c387-21b8-4a0f-a45a-73585d7b6605",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":id",
          "duplicate"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"name\": \"<string>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "ce4fe9a7-09c8-4f33-a453-f6f06281bc3d",
     "name": "form Template.publish",
     "request": {
      "name": "form Template.publish",
      "description": {},
      "url": {
       "path": [
        "forms",
        ":id",
        "publish"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "adfe78d7-c8a5-4b4a-a3e6-80f59720a339",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":id",
          "publish"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\",\n    \"description\": \"<string>\",\n    \"category\": \"<string>\",\n    \"version\": \"<string>\",\n    \"status\": \"<string>\",\n    \"settings\": \"<string>\",\n    \"created_at\": \"<string>\",\n    \"updated_at\": \"<string>\",\n    \"submissions_count\": \"<integer>\",\n    \"sections\": [\n      {\n        \"id\": \"<string>\",\n        \"form_template_id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"icon\": \"<string>\",\n        \"sort_order\": \"<string>\",\n        \"settings\": \"<string>\",\n        \"groups\": [\n          {\n            \"id\": \"<string>\",\n            \"form_section_id\": \"<string>\",\n            \"label\": \"<string>\",\n            \"layout\": \"<string>\",\n            \"sort_order\": \"<string>\",\n            \"visibility_rules\": \"<string>\",\n            \"is_repeatable\": \"<boolean>\",\n            \"fields\": [\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              },\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              }\n            ]\n          },\n          {\n            \"id\": \"<string>\",\n            \"form_section_id\": \"<string>\",\n            \"label\": \"<string>\",\n            \"layout\": \"<string>\",\n            \"sort_order\": \"<string>\",\n            \"visibility_rules\": \"<string>\",\n            \"is_repeatable\": \"<boolean>\",\n            \"fields\": [\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              },\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              }\n            ]\n          }\n        ]\n      },\n      {\n        \"id\": \"<string>\",\n        \"form_template_id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"icon\": \"<string>\",\n        \"sort_order\": \"<string>\",\n        \"settings\": \"<string>\",\n        \"groups\": [\n          {\n            \"id\": \"<string>\",\n            \"form_section_id\": \"<string>\",\n            \"label\": \"<string>\",\n            \"layout\": \"<string>\",\n            \"sort_order\": \"<string>\",\n            \"visibility_rules\": \"<string>\",\n            \"is_repeatable\": \"<boolean>\",\n            \"fields\": [\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              },\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              }\n            ]\n          },\n          {\n            \"id\": \"<string>\",\n            \"form_section_id\": \"<string>\",\n            \"label\": \"<string>\",\n            \"layout\": \"<string>\",\n            \"sort_order\": \"<string>\",\n            \"visibility_rules\": \"<string>\",\n            \"is_repeatable\": \"<boolean>\",\n            \"fields\": [\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              },\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              }\n            ]\n          }\n        ]\n      }\n    ]\n  },\n  \"message\": \"<null>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "7244233b-4763-4cd8-b800-419512e7a25c",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":id",
          "publish"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "54025b9d-378b-4082-a4f1-782c195e9193",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":id",
          "publish"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "665d03ec-9583-4824-b61b-eb0abd55527f",
       "name": "422",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":id",
          "publish"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {}
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"CONFLICT\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "3baeafc9-9173-43cf-beaa-8a4e64fb3d9b",
     "name": "form Template.archive",
     "request": {
      "name": "form Template.archive",
      "description": {},
      "url": {
       "path": [
        "forms",
        ":id",
        "archive"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "5500567f-af70-4f91-9fc4-9975dddc9731",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":id",
          "archive"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\",\n    \"description\": \"<string>\",\n    \"category\": \"<string>\",\n    \"version\": \"<string>\",\n    \"status\": \"<string>\",\n    \"settings\": \"<string>\",\n    \"created_at\": \"<string>\",\n    \"updated_at\": \"<string>\",\n    \"submissions_count\": \"<integer>\",\n    \"sections\": [\n      {\n        \"id\": \"<string>\",\n        \"form_template_id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"icon\": \"<string>\",\n        \"sort_order\": \"<string>\",\n        \"settings\": \"<string>\",\n        \"groups\": [\n          {\n            \"id\": \"<string>\",\n            \"form_section_id\": \"<string>\",\n            \"label\": \"<string>\",\n            \"layout\": \"<string>\",\n            \"sort_order\": \"<string>\",\n            \"visibility_rules\": \"<string>\",\n            \"is_repeatable\": \"<boolean>\",\n            \"fields\": [\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              },\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              }\n            ]\n          },\n          {\n            \"id\": \"<string>\",\n            \"form_section_id\": \"<string>\",\n            \"label\": \"<string>\",\n            \"layout\": \"<string>\",\n            \"sort_order\": \"<string>\",\n            \"visibility_rules\": \"<string>\",\n            \"is_repeatable\": \"<boolean>\",\n            \"fields\": [\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              },\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              }\n            ]\n          }\n        ]\n      },\n      {\n        \"id\": \"<string>\",\n        \"form_template_id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"icon\": \"<string>\",\n        \"sort_order\": \"<string>\",\n        \"settings\": \"<string>\",\n        \"groups\": [\n          {\n            \"id\": \"<string>\",\n            \"form_section_id\": \"<string>\",\n            \"label\": \"<string>\",\n            \"layout\": \"<string>\",\n            \"sort_order\": \"<string>\",\n            \"visibility_rules\": \"<string>\",\n            \"is_repeatable\": \"<boolean>\",\n            \"fields\": [\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              },\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              }\n            ]\n          },\n          {\n            \"id\": \"<string>\",\n            \"form_section_id\": \"<string>\",\n            \"label\": \"<string>\",\n            \"layout\": \"<string>\",\n            \"sort_order\": \"<string>\",\n            \"visibility_rules\": \"<string>\",\n            \"is_repeatable\": \"<boolean>\",\n            \"fields\": [\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              },\n              {\n                \"id\": \"<string>\",\n                \"form_group_id\": \"<string>\",\n                \"key\": \"<string>\",\n                \"label\": \"<string>\",\n                \"field_type\": \"<string>\",\n                \"placeholder\": \"<string>\",\n                \"hint\": \"<string>\",\n                \"is_required\": \"<string>\",\n                \"is_readonly\": \"<string>\",\n                \"sort_order\": \"<string>\",\n                \"options\": \"<string>\",\n                \"validation\": \"<string>\",\n                \"visibility_rules\": \"<string>\",\n                \"data_source_key\": \"<string>\",\n                \"default_value\": \"<string>\"\n              }\n            ]\n          }\n        ]\n      }\n    ]\n  },\n  \"message\": \"<null>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "9b75969c-fe7b-402d-a4bd-84480e39f553",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":id",
          "archive"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "8846a15a-090b-40b3-a2e3-b53d9ea75c8b",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "forms",
          ":id",
          "archive"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    }
   ]
  },
  {
   "name": "Lead",
   "description": "",
   "item": [
    {
     "id": "db34fe66-1c8a-4706-8c59-2d505765ef81",
     "name": "Captura pública de un lead (formulario de recursos/contacto/landing)",
     "request": {
      "name": "Captura pública de un lead (formulario de recursos/contacto/landing)",
      "description": {},
      "url": {
       "path": [
        "public",
        "leads"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"email\": \"<email>\",\n  \"source\": \"<string,null>\",\n  \"name\": \"<string,null>\",\n  \"phone\": \"<string,null>\",\n  \"message\": \"<string,null>\",\n  \"metadata\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "8dcebea1-0909-418a-8136-7084ad5bded3",
       "name": "201",
       "originalRequest": {
        "url": {
         "path": [
          "public",
          "leads"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"email\": \"<email>\",\n  \"source\": \"<string,null>\",\n  \"name\": \"<string,null>\",\n  \"phone\": \"<string,null>\",\n  \"message\": \"<string,null>\",\n  \"metadata\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Created",
       "code": 201,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"id\": \"<integer>\"\n  },\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "4d1bc63c-2493-4838-a868-178445ffe169",
       "name": "400",
       "originalRequest": {
        "url": {
         "path": [
          "public",
          "leads"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"email\": \"<email>\",\n  \"source\": \"<string,null>\",\n  \"name\": \"<string,null>\",\n  \"phone\": \"<string,null>\",\n  \"message\": \"<string,null>\",\n  \"metadata\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Bad Request",
       "code": 400,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"UNAUTHENTICATED\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "04222600-8313-4884-b13f-126c495a919c",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "public",
          "leads"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"email\": \"<email>\",\n  \"source\": \"<string,null>\",\n  \"name\": \"<string,null>\",\n  \"phone\": \"<string,null>\",\n  \"message\": \"<string,null>\",\n  \"metadata\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "d05eab09-6b00-4ba1-a7eb-b1c5d4dc2483",
     "name": "Lista paginada de leads del workspace",
     "request": {
      "name": "Lista paginada de leads del workspace",
      "description": {},
      "url": {
       "path": [
        "leads"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "91ab5959-5f3c-4861-a3b1-5e30c08c6cf5",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "leads"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"data\": [\n    {\n      \"id\": \"<integer>\",\n      \"app_id\": \"<integer,null>\",\n      \"workspace_id\": \"<integer,null>\",\n      \"source\": \"<string>\",\n      \"name\": \"<string,null>\",\n      \"email\": \"<string,null>\",\n      \"phone\": \"<string,null>\",\n      \"message\": \"<string,null>\",\n      \"metadata\": [\n        \"\",\n        \"\"\n      ],\n      \"status\": \"<string>\",\n      \"ip_address\": \"<string,null>\",\n      \"created_at\": \"<string,null-date-time>\",\n      \"updated_at\": \"<string,null-date-time>\",\n      \"deleted_at\": \"<string,null-date-time>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"app_id\": \"<integer,null>\",\n      \"workspace_id\": \"<integer,null>\",\n      \"source\": \"<string>\",\n      \"name\": \"<string,null>\",\n      \"email\": \"<string,null>\",\n      \"phone\": \"<string,null>\",\n      \"message\": \"<string,null>\",\n      \"metadata\": null,\n      \"status\": \"<string>\",\n      \"ip_address\": \"<string,null>\",\n      \"created_at\": \"<string,null-date-time>\",\n      \"updated_at\": \"<string,null-date-time>\",\n      \"deleted_at\": \"<string,null-date-time>\"\n    }\n  ],\n  \"meta\": {\n    \"current_page\": \"<integer>\",\n    \"last_page\": \"<integer>\",\n    \"per_page\": \"<integer>\",\n    \"total\": \"<integer>\",\n    \"has_more\": \"<boolean>\"\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "6fd66b34-f080-40ad-ac5b-0719f1712e20",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "leads"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "d71fc23b-f90c-4840-aa2c-ab16b72fb1c6",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "leads"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "79687157-d12b-4ebb-8fbd-3ec9a974405f",
     "name": "lead.show",
     "request": {
      "name": "lead.show",
      "description": {},
      "url": {
       "path": [
        "leads",
        ":id"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "91c1371d-f04d-41cc-a7e0-2e356b599499",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "leads",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": \"<string>\",\n  \"message\": \"<null>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "171dd428-722a-4c28-a325-0afe2247b969",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "leads",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "47b2e72c-adf4-43be-87c9-333609f0ce19",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "leads",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "7d1c3ad1-70ac-4336-b0e2-2ae59f5335ab",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "leads",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"FORBIDDEN\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "71c62750-1529-4d0b-b08b-6d8a8c59a0f3",
     "name": "lead.update",
     "request": {
      "name": "lead.update",
      "description": {},
      "url": {
       "path": [
        "leads",
        ":id"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "PUT",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"status\": \"archived\",\n  \"name\": \"<string,null>\",\n  \"phone\": \"<string,null>\",\n  \"message\": \"<string,null>\"\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "136e5b08-774d-4175-9247-83a342b3dc0d",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "leads",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"status\": \"archived\",\n  \"name\": \"<string,null>\",\n  \"phone\": \"<string,null>\",\n  \"message\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "244af35e-d795-46d9-ab94-71cf815ecc7d",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "leads",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"status\": \"archived\",\n  \"name\": \"<string,null>\",\n  \"phone\": \"<string,null>\",\n  \"message\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "f7921fb1-79d7-4fff-be4b-39fc93b08309",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "leads",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"status\": \"archived\",\n  \"name\": \"<string,null>\",\n  \"phone\": \"<string,null>\",\n  \"message\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "33b8be1e-dde7-4c47-a70e-68967bdbac68",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "leads",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"status\": \"archived\",\n  \"name\": \"<string,null>\",\n  \"phone\": \"<string,null>\",\n  \"message\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"FORBIDDEN\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "478c683a-7454-46b9-838d-108bd3c09735",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "leads",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"status\": \"archived\",\n  \"name\": \"<string,null>\",\n  \"phone\": \"<string,null>\",\n  \"message\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "695e9597-9c48-4f50-a68d-d965296298e4",
     "name": "lead.destroy",
     "request": {
      "name": "lead.destroy",
      "description": {},
      "url": {
       "path": [
        "leads",
        ":id"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "DELETE",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "8d3fe3d1-1490-4e5c-8103-1dbfb0dca161",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "leads",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": \"<null>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "b29f6ed0-4af5-4a0d-8ad3-9c5248720c5f",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "leads",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "da0000c4-8812-4633-a27b-25f63bda2ff9",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "leads",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "e84e1224-b63a-466e-812d-3366c4d9f419",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "leads",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"FORBIDDEN\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    }
   ]
  },
  {
   "name": "Location",
   "description": "",
   "item": [
    {
     "id": "5073255b-9beb-4335-8aff-ea522d881e7c",
     "name": "Búsqueda de ciudades por nombre parcial dentro del país del workspace.\nRetorna ciudad + nombre del departamento/región",
     "request": {
      "name": "Búsqueda de ciudades por nombre parcial dentro del país del workspace.\nRetorna ciudad + nombre del departamento/región",
      "description": {
       "content": "GET /locations/cities?search=bogot",
       "type": "text/plain"
      },
      "url": {
       "path": [
        "locations",
        "cities"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "d6f9ad48-7ce3-4ddf-b323-a59ca639e34a",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "locations",
          "cities"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "<string>",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "74d1e5c8-da9e-421f-9c37-96785f3e27cf",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "locations",
          "cities"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "162de1e6-5b77-4508-a575-1ace9febaed3",
       "name": "422",
       "originalRequest": {
        "url": {
         "path": [
          "locations",
          "cities"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"CONFLICT\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "18782c46-4a7e-4b1e-aeb1-317b524f5b36",
     "name": "Lista de departamentos/estados del país del workspace",
     "request": {
      "name": "Lista de departamentos/estados del país del workspace",
      "description": {
       "content": "GET /locations/regions",
       "type": "text/plain"
      },
      "url": {
       "path": [
        "locations",
        "regions"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "b47634bc-9003-472b-bb19-d02deee167ca",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "locations",
          "regions"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "<string>",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "7a4d609d-1602-4ef8-9995-7c190ab17e6a",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "locations",
          "regions"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "b0298d5b-485c-495d-807d-e659a64ea36c",
       "name": "422",
       "originalRequest": {
        "url": {
         "path": [
          "locations",
          "regions"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"CONFLICT\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "b8c966c7-988e-4d18-a762-d0c84e138e1f",
     "name": "Crea (o recupera) una ciudad dentro del país del workspace.\nAcepta region_id (ID existente) o region_name (crea la región si no existe)",
     "request": {
      "name": "Crea (o recupera) una ciudad dentro del país del workspace.\nAcepta region_id (ID existente) o region_name (crea la región si no existe)",
      "description": {
       "content": "POST /locations/city\nBody: { city_name, region_id?, region_name? }",
       "type": "text/plain"
      },
      "url": {
       "path": [
        "locations",
        "city"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"city_name\": \"<string>\",\n  \"region_id\": \"<integer,null>\",\n  \"region_name\": \"<string,null>\"\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "b50b4a93-621c-429e-8f20-813d6543a998",
       "name": "Ciudad registrada (200 si ya existía)",
       "originalRequest": {
        "url": {
         "path": [
          "locations",
          "city"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"city_name\": \"<string>\",\n  \"region_id\": \"<integer,null>\",\n  \"region_name\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Created",
       "code": 201,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"region_id\": \"<integer>\",\n    \"region_name\": \"<string,null>\"\n  },\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "1316ddbc-1236-4642-ab4f-9c18f5031068",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "locations",
          "city"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"city_name\": \"<string>\",\n  \"region_id\": \"<integer,null>\",\n  \"region_name\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "a112dba0-4f42-4835-a067-cb01f9ea9e05",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "locations",
          "city"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"city_name\": \"<string>\",\n  \"region_id\": \"<integer,null>\",\n  \"region_name\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "4ac4bb5c-28ab-4c9e-a2e3-aa285ddde244",
     "name": "location.service",
     "request": {
      "name": "location.service",
      "description": {},
      "url": {
       "path": [
        "location-service",
        ":level"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "",
         "key": "level",
         "disabled": false,
         "description": {
          "content": "(Required) **Optional**",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "a0b23df0-5067-43f5-8a7c-8ebb71f99714",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "location-service",
          ":level"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) **Optional**",
            "type": "text/plain"
           },
           "type": "any",
           "value": "",
           "key": "level"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "<string>",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "59651358-55bb-45d7-8d47-380c842eb1ba",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "location-service",
          ":level"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) **Optional**",
            "type": "text/plain"
           },
           "type": "any",
           "value": "",
           "key": "level"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "480ed851-f1a2-4eaf-bff0-2df6af9177dd",
       "name": "422",
       "originalRequest": {
        "url": {
         "path": [
          "location-service",
          ":level"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) **Optional**",
            "type": "text/plain"
           },
           "type": "any",
           "value": "",
           "key": "level"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"errors\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "5a760e0d-edf8-43b0-a02a-b6493ed7f06f",
     "name": "Crea una ubicación vía el flujo original del módulo Servicios.\nRecibe country_input + region_input como texto libre o IDs",
     "request": {
      "name": "Crea una ubicación vía el flujo original del módulo Servicios.\nRecibe country_input + region_input como texto libre o IDs",
      "description": {},
      "url": {
       "path": [
        "location-service"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "7c78b10d-768d-4030-985d-508c0e4c1ef1",
       "name": "201",
       "originalRequest": {
        "url": {
         "path": [
          "location-service"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {}
       },
       "status": "Created",
       "code": 201,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "5e07b5e3-62a7-4b41-9671-e81c92d25768",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "location-service"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "79d1506f-9721-430c-b4f7-2ab208d26727",
       "name": "422",
       "originalRequest": {
        "url": {
         "path": [
          "location-service"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {}
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"errors\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    }
   ]
  },
  {
   "name": "MksAuth",
   "description": "",
   "item": [
    {
     "id": "bc0ade28-8435-4f9f-8ce3-f45a8ab714ce",
     "name": "mks Auth.login Microsoft",
     "request": {
      "name": "mks Auth.login Microsoft",
      "description": {},
      "url": {
       "path": [
        "mks",
        "auth",
        "login-microsoft"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"token\": \"<string>\",\n  \"workspace_id\": \"<integer,null>\"\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "99d893eb-9019-4f40-80a6-18cf016fb68a",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "mks",
          "auth",
          "login-microsoft"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"token\": \"<string>\",\n  \"workspace_id\": \"<integer,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\",\n  \"data\": {\n    \"token\": \"<string>\",\n    \"user\": {\n      \"id\": \"<string>\",\n      \"email\": \"<string>\",\n      \"first_name\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"roles\": \"<string>\",\n      \"account_type\": \"<string>\",\n      \"user_type\": \"\",\n      \"is_admin\": \"<boolean>\",\n      \"avatar\": \"<string,null>\",\n      \"workspace\": {\n        \"id\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"logo\": \"<string,null>\",\n        \"layout\": \"<string>\",\n        \"country_id\": \"<string>\",\n        \"timezone\": \"<string>\"\n      },\n      \"applications\": \"<string>\",\n      \"profile_id\": \"<string>\",\n      \"job_title\": \"<string>\",\n      \"company_id\": \"<string>\",\n      \"active_company\": \"<null>\",\n      \"workspace_config\": null\n    }\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "c8fa6474-21d8-443d-9f10-2758e7cb9f4a",
       "name": "401",
       "originalRequest": {
        "url": {
         "path": [
          "mks",
          "auth",
          "login-microsoft"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"token\": \"<string>\",\n  \"workspace_id\": \"<integer,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "d630fcbd-bc2b-4625-9f9d-0fef84febc59",
       "name": "403",
       "originalRequest": {
        "url": {
         "path": [
          "mks",
          "auth",
          "login-microsoft"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"token\": \"<string>\",\n  \"workspace_id\": \"<integer,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "8ca7aa4d-2003-4270-8025-b3820c8ae8d4",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "mks",
          "auth",
          "login-microsoft"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"token\": \"<string>\",\n  \"workspace_id\": \"<integer,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    }
   ]
  },
  {
   "name": "Module",
   "description": "",
   "item": [
    {
     "id": "9760af1e-f751-4beb-848b-16a50628ec29",
     "name": "module.get Modules",
     "request": {
      "name": "module.get Modules",
      "description": {},
      "url": {
       "path": [
        "modules",
        ":moduleCode"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<string>",
         "key": "moduleCode",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "d50dcdf9-5a6b-4e2a-bc0c-e5e909e41421",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "modules",
          ":moduleCode"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<string>",
           "key": "moduleCode"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "<string>",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "3873181e-48aa-4c15-a21c-2e371880d231",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "modules",
          ":moduleCode"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<string>",
           "key": "moduleCode"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "692c9203-9ec6-4caa-aab0-390b409cf969",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "modules",
          ":moduleCode"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<string>",
           "key": "moduleCode"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "a4bced2f-fb57-4d21-bb84-207a415ded1f",
       "name": "422",
       "originalRequest": {
        "url": {
         "path": [
          "modules",
          ":moduleCode"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<string>",
           "key": "moduleCode"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"errors\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    }
   ]
  },
  {
   "name": "Person",
   "description": "",
   "item": [
    {
     "id": "f78db377-b230-4931-b6f1-2bd44b94eb6a",
     "name": "GET /people/lookup?document={doc}&type={type}\nBusca una persona por número de documento para prellenar el formulario",
     "request": {
      "name": "GET /people/lookup?document={doc}&type={type}\nBusca una persona por número de documento para prellenar el formulario",
      "description": {
       "content": "Patrón setupDocumentListener: el frontend hace debounce 500ms\ny llama este endpoint cuando el campo documento tiene ≥ 6 chars.",
       "type": "text/plain"
      },
      "url": {
       "path": [
        "people",
        "lookup"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [
        {
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         },
         "key": "document",
         "value": "<string>"
        },
        {
         "disabled": false,
         "description": {
          "content": " (This can only be one of CC,CE,PAS,NIT,RUT,DNI,other)",
          "type": "text/plain"
         },
         "key": "type",
         "value": "other"
        }
       ],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "53610e2e-d14b-41e6-b0a4-51a28111f9e9",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "people",
          "lookup"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "key": "document",
           "value": "<string>"
          },
          {
           "disabled": false,
           "description": {
            "content": " (This can only be one of CC,CE,PAS,NIT,RUT,DNI,other)",
            "type": "text/plain"
           },
           "key": "type",
           "value": "other"
          }
         ],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"id_document\": \"<string>\",\n    \"type\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"global_name\": \"<string>\",\n    \"gender\": \"<string,null>\",\n    \"birth\": \"<string>\",\n    \"verification_pending\": \"<boolean>\"\n  },\n  \"message\": \"<null>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "9d9b09f4-195b-429d-a70b-3c879b223585",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "people",
          "lookup"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "key": "document",
           "value": "<string>"
          },
          {
           "disabled": false,
           "description": {
            "content": " (This can only be one of CC,CE,PAS,NIT,RUT,DNI,other)",
            "type": "text/plain"
           },
           "key": "type",
           "value": "other"
          }
         ],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "a6548768-46a2-4b51-8538-85f8100aed5c",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "people",
          "lookup"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "key": "document",
           "value": "<string>"
          },
          {
           "disabled": false,
           "description": {
            "content": " (This can only be one of CC,CE,PAS,NIT,RUT,DNI,other)",
            "type": "text/plain"
           },
           "key": "type",
           "value": "other"
          }
         ],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "3c3afe82-819e-4d0c-9851-5958c3b2598c",
     "name": "GET /people/search?q={query}\nBúsqueda de personas por nombre o documento (para selects con typeahead)",
     "request": {
      "name": "GET /people/search?q={query}\nBúsqueda de personas por nombre o documento (para selects con typeahead)",
      "description": {},
      "url": {
       "path": [
        "people",
        "search"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [
        {
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         },
         "key": "q",
         "value": "<string>"
        }
       ],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "00f34d6e-59b9-4819-822a-e24af8261f18",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "people",
          "search"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "key": "q",
           "value": "<string>"
          }
         ],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": [\n    {\n      \"id\": \"<integer>\",\n      \"id_document\": \"<string>\",\n      \"type\": \"<string>\",\n      \"first_name\": \"<string>\",\n      \"last_name\": \"<string,null>\",\n      \"nationality\": \"<string,null>\",\n      \"gender\": \"<string,null>\",\n      \"birth\": \"<string,null>\",\n      \"email\": \"<string,null>\",\n      \"phone\": \"<string,null>\",\n      \"location_id\": \"<integer,null>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"id_document\": \"<string>\",\n      \"type\": \"<string>\",\n      \"first_name\": \"<string>\",\n      \"last_name\": \"<string,null>\",\n      \"nationality\": \"<string,null>\",\n      \"gender\": \"<string,null>\",\n      \"birth\": \"<string,null>\",\n      \"email\": \"<string,null>\",\n      \"phone\": \"<string,null>\",\n      \"location_id\": \"<integer,null>\"\n    }\n  ],\n  \"message\": \"<null>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "7e437df0-edb6-412d-9e2b-dd365d320481",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "people",
          "search"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "key": "q",
           "value": "<string>"
          }
         ],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "2f198b94-581b-4c46-89fa-e704627c0c96",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "people",
          "search"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "key": "q",
           "value": "<string>"
          }
         ],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    }
   ]
  },
  {
   "name": "PersonVerification",
   "description": "",
   "item": [
    {
     "id": "300eb228-7159-469f-a1f9-b04d26c84362",
     "name": "GET /superadmin/verifications\nLista todas las verificaciones pendientes con contexto de workspace",
     "request": {
      "name": "GET /superadmin/verifications\nLista todas las verificaciones pendientes con contexto de workspace",
      "description": {},
      "url": {
       "path": [
        "superadmin",
        "verifications"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "5b0a0b07-bc4e-47e3-9176-3cacef083019",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "superadmin",
          "verifications"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"message\": \"<null>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "330af209-5553-437e-bc4f-5927a6a0e5e9",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "superadmin",
          "verifications"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "5e0a2685-f0e4-4abf-8074-bb5f381de805",
     "name": "PATCH /superadmin/verifications/{workspacePeopleId}\nResuelve una verificación pendiente",
     "request": {
      "name": "PATCH /superadmin/verifications/{workspacePeopleId}\nResuelve una verificación pendiente",
      "description": {
       "content": "action = 'accept' → el nombre del workspace se convierte en el nombre global en `people`\naction = 'reject' → workspace_people revierte al nombre global; se descarta el override",
       "type": "text/plain"
      },
      "url": {
       "path": [
        "superadmin",
        "verifications",
        ":id"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "PATCH",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"action\": \"reject\"\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "fb09ef03-fa2f-41d3-9f04-891b76de6b2c",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "superadmin",
          "verifications",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"action\": \"reject\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": \"<null>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "84e37db9-1820-4538-a8b4-d4d60348db8b",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "superadmin",
          "verifications",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"action\": \"reject\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "74f21d40-dbce-4217-a8cc-90a912e4e786",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "superadmin",
          "verifications",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"action\": \"reject\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"FORBIDDEN\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "a2c7aa43-2817-4d55-af8d-916dd2b46cea",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "superadmin",
          "verifications",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"action\": \"reject\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    }
   ]
  },
  {
   "name": "Plan",
   "description": "",
   "item": [
    {
     "id": "d02d3701-1c7c-403d-a150-ca18178b6412",
     "name": "v1.planes.index",
     "request": {
      "name": "v1.planes.index",
      "description": {},
      "url": {
       "path": [
        "planes"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "ae330279-a7e2-4e57-91c3-617b1c638c1d",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "planes"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"data\": \"<string>\",\n  \"meta\": {\n    \"current_page\": \"<integer>\",\n    \"last_page\": \"<integer>\",\n    \"per_page\": \"<integer>\",\n    \"total\": \"<integer>\",\n    \"has_more\": \"<boolean>\",\n    \"from\": \"<integer,null>\",\n    \"to\": \"<integer,null>\"\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "11e66dd3-ef90-4513-a034-bd68c7a74dd8",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "planes"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "2611771d-4afb-46b2-a641-edc98152ff26",
     "name": "v1.planes.store",
     "request": {
      "name": "v1.planes.store",
      "description": {},
      "url": {
       "path": [
        "planes"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "598f7599-c645-4bd6-b041-4e6e56898e27",
       "name": "201",
       "originalRequest": {
        "url": {
         "path": [
          "planes"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {}
       },
       "status": "Created",
       "code": 201,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "94000b44-a684-4271-b68f-22e6014c62f7",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "planes"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "37bbf064-4c47-4ad5-b945-b83828497c95",
       "name": "422",
       "originalRequest": {
        "url": {
         "path": [
          "planes"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {}
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"errors\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "f1d3e64a-b9ef-43d9-a04f-772b41ea9721",
     "name": "v1.planes.show",
     "request": {
      "name": "v1.planes.show",
      "description": {},
      "url": {
       "path": [
        "planes",
        ":id"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "d3d2b1ed-b79e-470b-a8cc-933c182e613a",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "planes",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"data\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "93ba21ef-2aa8-460c-9f6e-20b8d85ade10",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "planes",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "a1bc7ffb-63c5-4610-853e-0c3a75658611",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "planes",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"UNAUTHENTICATED\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "0654d304-7885-46ba-91ae-b486c694c1bb",
     "name": "v1.planes.update",
     "request": {
      "name": "v1.planes.update",
      "description": {},
      "url": {
       "path": [
        "planes",
        ":id"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "PUT",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "24517456-85c3-47f5-81bc-261429559d9d",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "planes",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"data\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "9c3532ba-1933-464a-9207-ff49e7d271fc",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "planes",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "76ff783a-78b5-428e-b308-b3c45e565202",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "planes",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {}
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"UNAUTHENTICATED\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "7f70ac04-9d2a-42f1-81ea-cda63448db10",
     "name": "v1.planes.destroy",
     "request": {
      "name": "v1.planes.destroy",
      "description": {},
      "url": {
       "path": [
        "planes",
        ":id"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "DELETE",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "d0b233ca-a9cc-438a-96bb-db3702de5a02",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "planes",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "6048f634-1fa9-4c7d-a7d5-c398129bc8f6",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "planes",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "d5dc4b0b-bc66-4a72-bff1-93ed9ce6ce84",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "planes",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"UNAUTHENTICATED\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    }
   ]
  },
  {
   "name": "Post",
   "description": "",
   "item": [
    {
     "id": "f3d7312f-cb98-4ef6-b0db-f967c558de0e",
     "name": "Lista pública de posts publicados de una app (por X-App-ID)",
     "request": {
      "name": "Lista pública de posts publicados de una app (por X-App-ID)",
      "description": {},
      "url": {
       "path": [
        "public",
        "posts"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [
        {
         "disabled": false,
         "description": {
          "content": "",
          "type": "text/plain"
         },
         "key": "type",
         "value": "<string>"
        }
       ],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "b0fdf17e-87c5-45e1-bc4e-8eb19ee305c5",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "public",
          "posts"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [
          {
           "disabled": false,
           "description": {
            "content": "",
            "type": "text/plain"
           },
           "key": "type",
           "value": "<string>"
          }
         ],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": [\n    {\n      \"id\": \"<integer>\",\n      \"workspace_id\": \"<integer>\",\n      \"app_id\": \"<integer,null>\",\n      \"type\": \"<string>\",\n      \"author_id\": \"<integer,null>\",\n      \"title\": \"<string>\",\n      \"slug\": \"<string>\",\n      \"excerpt\": \"<string,null>\",\n      \"content\": \"<string,null>\",\n      \"category\": \"<string,null>\",\n      \"author_name\": \"<string,null>\",\n      \"thumbnail\": \"<string,null>\",\n      \"header_image\": \"<string,null>\",\n      \"read_time\": \"<string,null>\",\n      \"status\": \"<string>\",\n      \"metadata\": [\n        \"\",\n        \"\"\n      ],\n      \"published_at\": \"<string,null-date-time>\",\n      \"created_at\": \"<string,null-date-time>\",\n      \"updated_at\": \"<string,null-date-time>\",\n      \"deleted_at\": \"<string,null-date-time>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"workspace_id\": \"<integer>\",\n      \"app_id\": \"<integer,null>\",\n      \"type\": \"<string>\",\n      \"author_id\": \"<integer,null>\",\n      \"title\": \"<string>\",\n      \"slug\": \"<string>\",\n      \"excerpt\": \"<string,null>\",\n      \"content\": \"<string,null>\",\n      \"category\": \"<string,null>\",\n      \"author_name\": \"<string,null>\",\n      \"thumbnail\": \"<string,null>\",\n      \"header_image\": \"<string,null>\",\n      \"read_time\": \"<string,null>\",\n      \"status\": \"<string>\",\n      \"metadata\": null,\n      \"published_at\": \"<string,null-date-time>\",\n      \"created_at\": \"<string,null-date-time>\",\n      \"updated_at\": \"<string,null-date-time>\",\n      \"deleted_at\": \"<string,null-date-time>\"\n    }\n  ],\n  \"message\": \"<null>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "db5fd0ad-60e5-406b-8fed-9acbaff7ab59",
       "name": "400",
       "originalRequest": {
        "url": {
         "path": [
          "public",
          "posts"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [
          {
           "disabled": false,
           "description": {
            "content": "",
            "type": "text/plain"
           },
           "key": "type",
           "value": "<string>"
          }
         ],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Bad Request",
       "code": 400,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"UNAUTHENTICATED\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "a08940ad-53e7-4a9f-8c7e-3ef059c620bb",
     "name": "Detalle público de un post publicado por slug",
     "request": {
      "name": "Detalle público de un post publicado por slug",
      "description": {},
      "url": {
       "path": [
        "public",
        "posts",
        ":slug"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [
        {
         "disabled": false,
         "description": {
          "content": "",
          "type": "text/plain"
         },
         "key": "type",
         "value": "<string>"
        }
       ],
       "variable": [
        {
         "type": "any",
         "value": "<string>",
         "key": "slug",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "999b1795-b762-4ba2-98a8-591ff2d8d839",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "public",
          "posts",
          ":slug"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [
          {
           "disabled": false,
           "description": {
            "content": "",
            "type": "text/plain"
           },
           "key": "type",
           "value": "<string>"
          }
         ],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<string>",
           "key": "slug"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"workspace_id\": \"<integer>\",\n    \"app_id\": \"<integer,null>\",\n    \"type\": \"<string>\",\n    \"author_id\": \"<integer,null>\",\n    \"title\": \"<string>\",\n    \"slug\": \"<string>\",\n    \"excerpt\": \"<string,null>\",\n    \"content\": \"<string,null>\",\n    \"category\": \"<string,null>\",\n    \"author_name\": \"<string,null>\",\n    \"thumbnail\": \"<string,null>\",\n    \"header_image\": \"<string,null>\",\n    \"read_time\": \"<string,null>\",\n    \"status\": \"<string>\",\n    \"metadata\": [\n      \"\",\n      \"\"\n    ],\n    \"published_at\": \"<string,null-date-time>\",\n    \"created_at\": \"<string,null-date-time>\",\n    \"updated_at\": \"<string,null-date-time>\",\n    \"deleted_at\": \"<string,null-date-time>\"\n  },\n  \"message\": \"<null>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "4476d25f-9e4d-4da1-bab7-57e4a0fb2a48",
       "name": "400",
       "originalRequest": {
        "url": {
         "path": [
          "public",
          "posts",
          ":slug"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [
          {
           "disabled": false,
           "description": {
            "content": "",
            "type": "text/plain"
           },
           "key": "type",
           "value": "<string>"
          }
         ],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<string>",
           "key": "slug"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Bad Request",
       "code": 400,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"UNAUTHENTICATED\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "56d78218-e468-48ec-83af-f4f9cc4aebfd",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "public",
          "posts",
          ":slug"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [
          {
           "disabled": false,
           "description": {
            "content": "",
            "type": "text/plain"
           },
           "key": "type",
           "value": "<string>"
          }
         ],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<string>",
           "key": "slug"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "3b513d52-d007-4df4-b7c6-fb8c3b8f8bc5",
     "name": "Lista paginada de posts del workspace",
     "request": {
      "name": "Lista paginada de posts del workspace",
      "description": {},
      "url": {
       "path": [
        "posts"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [
        {
         "disabled": false,
         "description": {
          "content": "",
          "type": "text/plain"
         },
         "key": "type",
         "value": "<string>"
        }
       ],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "cbd4a2f8-444d-4c4a-bff8-a5baf4c4628a",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "posts"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [
          {
           "disabled": false,
           "description": {
            "content": "",
            "type": "text/plain"
           },
           "key": "type",
           "value": "<string>"
          }
         ],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"data\": [\n    {\n      \"id\": \"<integer>\",\n      \"workspace_id\": \"<integer>\",\n      \"app_id\": \"<integer,null>\",\n      \"type\": \"<string>\",\n      \"author_id\": \"<integer,null>\",\n      \"title\": \"<string>\",\n      \"slug\": \"<string>\",\n      \"excerpt\": \"<string,null>\",\n      \"content\": \"<string,null>\",\n      \"category\": \"<string,null>\",\n      \"author_name\": \"<string,null>\",\n      \"thumbnail\": \"<string,null>\",\n      \"header_image\": \"<string,null>\",\n      \"read_time\": \"<string,null>\",\n      \"status\": \"<string>\",\n      \"metadata\": null,\n      \"published_at\": \"<string,null-date-time>\",\n      \"created_at\": \"<string,null-date-time>\",\n      \"updated_at\": \"<string,null-date-time>\",\n      \"deleted_at\": \"<string,null-date-time>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"workspace_id\": \"<integer>\",\n      \"app_id\": \"<integer,null>\",\n      \"type\": \"<string>\",\n      \"author_id\": \"<integer,null>\",\n      \"title\": \"<string>\",\n      \"slug\": \"<string>\",\n      \"excerpt\": \"<string,null>\",\n      \"content\": \"<string,null>\",\n      \"category\": \"<string,null>\",\n      \"author_name\": \"<string,null>\",\n      \"thumbnail\": \"<string,null>\",\n      \"header_image\": \"<string,null>\",\n      \"read_time\": \"<string,null>\",\n      \"status\": \"<string>\",\n      \"metadata\": [\n        \"\",\n        \"\"\n      ],\n      \"published_at\": \"<string,null-date-time>\",\n      \"created_at\": \"<string,null-date-time>\",\n      \"updated_at\": \"<string,null-date-time>\",\n      \"deleted_at\": \"<string,null-date-time>\"\n    }\n  ],\n  \"meta\": {\n    \"current_page\": \"<integer>\",\n    \"last_page\": \"<integer>\",\n    \"per_page\": \"<integer>\",\n    \"total\": \"<integer>\",\n    \"has_more\": \"<boolean>\"\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "ce0a8e54-8e03-407d-82b2-f279143b6f6e",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "posts"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [
          {
           "disabled": false,
           "description": {
            "content": "",
            "type": "text/plain"
           },
           "key": "type",
           "value": "<string>"
          }
         ],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "43883289-1e89-4e1f-8df1-dfdc4001d662",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "posts"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [
          {
           "disabled": false,
           "description": {
            "content": "",
            "type": "text/plain"
           },
           "key": "type",
           "value": "<string>"
          }
         ],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "450934ef-6038-4ff6-a988-f567c0051fe7",
     "name": "Crear post",
     "request": {
      "name": "Crear post",
      "description": {},
      "url": {
       "path": [
        "posts"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "a462ca97-fb9f-4e6a-9903-4a2c4be922ac",
       "name": "201",
       "originalRequest": {
        "url": {
         "path": [
          "posts"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {}
       },
       "status": "Created",
       "code": 201,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"workspace_id\": \"<integer>\",\n    \"app_id\": \"<integer,null>\",\n    \"type\": \"<string>\",\n    \"author_id\": \"<integer,null>\",\n    \"title\": \"<string>\",\n    \"slug\": \"<string>\",\n    \"excerpt\": \"<string,null>\",\n    \"content\": \"<string,null>\",\n    \"category\": \"<string,null>\",\n    \"author_name\": \"<string,null>\",\n    \"thumbnail\": \"<string,null>\",\n    \"header_image\": \"<string,null>\",\n    \"read_time\": \"<string,null>\",\n    \"status\": \"<string>\",\n    \"metadata\": [\n      \"\",\n      \"\"\n    ],\n    \"published_at\": \"<string,null-date-time>\",\n    \"created_at\": \"<string,null-date-time>\",\n    \"updated_at\": \"<string,null-date-time>\",\n    \"deleted_at\": \"<string,null-date-time>\"\n  },\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "e25f5ae3-604e-48f2-a600-a99f3449430a",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "posts"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "d1e66680-17af-4a86-9d7c-60ee76f79d0d",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "posts"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "7ac0f933-3120-47cf-98c7-849be43aa864",
     "name": "Detalle de un post del workspace (cualquier estado)",
     "request": {
      "name": "Detalle de un post del workspace (cualquier estado)",
      "description": {},
      "url": {
       "path": [
        "posts",
        ":id"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "eed071b2-07a7-4b70-bbfb-b4a14d10cf11",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "posts",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": \"<string>\",\n  \"message\": \"<null>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "98df736b-747d-437b-bae0-53480acad906",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "posts",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "fd47a363-ac84-4ca5-af5c-2d82a466c33e",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "posts",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "6039e419-2059-497f-b300-9dd9ab12eedf",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "posts",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "e5893c93-6484-473f-b733-64bdede5e6d2",
     "name": "Actualizar post",
     "request": {
      "name": "Actualizar post",
      "description": {},
      "url": {
       "path": [
        "posts",
        ":id"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "PUT",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "c33f3324-33d1-41cb-8201-de8e6ffeadf7",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "posts",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "cf411519-b96f-4b86-badd-304d04f2b2d1",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "posts",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "1de7b935-4e67-45c9-919d-3c4a5fc0d233",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "posts",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "0969bce7-005a-4b94-9a96-c9d63e6567c9",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "posts",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {}
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "74b8e923-3954-4fd4-bae6-021e373db9df",
     "name": "Eliminar (soft delete)",
     "request": {
      "name": "Eliminar (soft delete)",
      "description": {},
      "url": {
       "path": [
        "posts",
        ":id"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "DELETE",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "056060c5-9f09-4f44-b17f-eb96a1af0bc2",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "posts",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": \"<null>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "fafa77c1-33a2-4ee1-a7fb-41a25b6d8928",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "posts",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "43784e58-ff50-4cd8-974d-437799b58ccf",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "posts",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "a3cab417-43b7-4eb0-a951-60769042aa3c",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "posts",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "86c3aa2d-882a-4df6-99e8-09123cf0b659",
     "name": "Subir imagen de contenido (editor). Devuelve { location }",
     "request": {
      "name": "Subir imagen de contenido (editor). Devuelve { location }",
      "description": {},
      "url": {
       "path": [
        "posts",
        "upload-image"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "multipart/form-data"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {
       "mode": "formdata",
       "formdata": [
        {
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         },
         "key": "file",
         "type": "file"
        }
       ]
      },
      "auth": null
     },
     "response": [
      {
       "id": "0ad2345d-7363-4e3b-9d18-3c7aab97d535",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "posts",
          "upload-image"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "multipart/form-data"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "formdata",
         "formdata": [
          {
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "key": "file",
           "type": "file"
          }
         ]
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"location\": \"<string,null>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "4ccb8ea3-607b-4379-8640-e90bb326e126",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "posts",
          "upload-image"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "multipart/form-data"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "formdata",
         "formdata": [
          {
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "key": "file",
           "type": "file"
          }
         ]
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "7b85e1a0-fe70-4d58-b8d7-bdeab3d1830e",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "posts",
          "upload-image"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "multipart/form-data"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "formdata",
         "formdata": [
          {
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "key": "file",
           "type": "file"
          }
         ]
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "ec240a4c-6fcb-4a04-b53e-5b3b3ea1dd92",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "posts",
          "upload-image"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "multipart/form-data"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "formdata",
         "formdata": [
          {
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "key": "file",
           "type": "file"
          }
         ]
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    }
   ]
  },
  {
   "name": "Process",
   "description": "",
   "item": [
    {
     "id": "5510f00d-1c98-4b39-a969-7f646f94d84c",
     "name": "GET /processes\nLista paginada de grupos de procesos con filtros",
     "request": {
      "name": "GET /processes\nLista paginada de grupos de procesos con filtros",
      "description": {
       "content": "Enfoque A — filtro de datos por permiso de servicio:\nSi el usuario tiene permisos del patrón `processes.service_filter.{slug}`,\nla consulta se restringe a los data_source_ids que corresponden a esos slugs.\nSin permisos de ese patrón → acceso total (sin restricción de servicio).",
       "type": "text/plain"
      },
      "url": {
       "path": [
        "processes"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "e87547f1-8a46-4a77-b97d-c0ae85a9f61c",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "processes"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"data\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  },\n  \"meta\": {\n    \"current_page\": \"<integer>\",\n    \"last_page\": \"<integer>\",\n    \"per_page\": \"<integer>\",\n    \"total\": \"<integer>\",\n    \"has_more\": \"<boolean>\",\n    \"from\": \"<integer,null>\",\n    \"to\": \"<integer,null>\"\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "72538208-0bdb-4ab6-8144-2e06d7663097",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "processes"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "c20bb9a0-0936-45a2-bb24-98866cb13e8d",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "processes"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "854a04f3-aaee-4e05-83a7-f186129f694a",
     "name": "POST /processes\nCrea un grupo (evaluado + N servicios seleccionados)",
     "request": {
      "name": "POST /processes\nCrea un grupo (evaluado + N servicios seleccionados)",
      "description": {},
      "url": {
       "path": [
        "processes"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"person\": {\n    \"id_document\": \"<string>\",\n    \"type\": \"TI\",\n    \"first_name\": \"<string>\",\n    \"cargo\": \"<string>\",\n    \"email\": \"<email>\",\n    \"phone\": \"<string>\",\n    \"last_name\": \"<string,null>\",\n    \"gender\": \"F\",\n    \"birth\": \"<string,null-date-time>\"\n  },\n  \"data_source_ids\": [\n    \"<integer>\"\n  ],\n  \"company_id\": \"<integer,null>\",\n  \"assigned_to\": \"<integer,null>\",\n  \"requested_by\": \"<integer,null>\",\n  \"result_recipient_id\": \"<integer,null>\",\n  \"status\": \"<string,null>\",\n  \"cost_center\": \"<string,null>\",\n  \"city\": \"<string,null>\",\n  \"location_id\": \"<integer,null>\",\n  \"notes\": \"<string,null>\",\n  \"start_date\": \"<string,null-date-time>\",\n  \"metadata\": {\n    \"report_recipients\": [\n      {\n        \"type\": \"user\",\n        \"id\": \"<integer,null>\",\n        \"value\": \"<string,null-email>\"\n      },\n      {\n        \"type\": \"email\",\n        \"id\": \"<integer,null>\",\n        \"value\": \"<string,null-email>\"\n      }\n    ]\n  }\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "2623fe64-3c25-46d1-97f1-2a65d5937e13",
       "name": "Proceso creado",
       "originalRequest": {
        "url": {
         "path": [
          "processes"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"person\": {\n    \"id_document\": \"<string>\",\n    \"type\": \"TI\",\n    \"first_name\": \"<string>\",\n    \"cargo\": \"<string>\",\n    \"email\": \"<email>\",\n    \"phone\": \"<string>\",\n    \"last_name\": \"<string,null>\",\n    \"gender\": \"F\",\n    \"birth\": \"<string,null-date-time>\"\n  },\n  \"data_source_ids\": [\n    \"<integer>\"\n  ],\n  \"company_id\": \"<integer,null>\",\n  \"assigned_to\": \"<integer,null>\",\n  \"requested_by\": \"<integer,null>\",\n  \"result_recipient_id\": \"<integer,null>\",\n  \"status\": \"<string,null>\",\n  \"cost_center\": \"<string,null>\",\n  \"city\": \"<string,null>\",\n  \"location_id\": \"<integer,null>\",\n  \"notes\": \"<string,null>\",\n  \"start_date\": \"<string,null-date-time>\",\n  \"metadata\": {\n    \"report_recipients\": [\n      {\n        \"type\": \"user\",\n        \"id\": \"<integer,null>\",\n        \"value\": \"<string,null-email>\"\n      },\n      {\n        \"type\": \"email\",\n        \"id\": \"<integer,null>\",\n        \"value\": \"<string,null-email>\"\n      }\n    ]\n  }\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Created",
       "code": 201,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"process_code\": \"<string>\",\n    \"processes\": [\n      {\n        \"id\": \"<integer>\",\n        \"process_code\": \"<string,null>\",\n        \"company_id\": \"<integer,null>\",\n        \"company\": null,\n        \"person\": {\n          \"id\": \"<integer>\",\n          \"id_document\": \"<string>\",\n          \"type\": \"<string>\",\n          \"first_name\": \"<string>\",\n          \"last_name\": \"<string>\",\n          \"email\": \"<string>\",\n          \"phone\": \"<string>\",\n          \"global_name\": \"<string>\",\n          \"gender\": \"<string,null>\",\n          \"birth\": \"<string>\",\n          \"address\": \"<string>\",\n          \"location_id\": \"<string>\",\n          \"location_name\": \"<string>\",\n          \"verification_pending\": \"<boolean>\",\n          \"verification_meta\": null\n        },\n        \"cargo\": \"<string,null>\",\n        \"cost_center\": \"<string,null>\",\n        \"address\": \"<string,null>\",\n        \"location_id\": \"<integer,null>\",\n        \"location\": \"<string>\",\n        \"data_source_id\": \"<integer,null>\",\n        \"data_source\": null,\n        \"requires_scheduling\": \"<boolean>\",\n        \"status\": \"<string,null>\",\n        \"priority\": \"<string>\",\n        \"assigned_to\": \"<integer,null>\",\n        \"assigned_name\": \"<string>\",\n        \"requested_by\": \"<integer,null>\",\n        \"requested_name\": \"<string>\",\n        \"result_recipient_id\": \"<integer,null>\",\n        \"start_date\": \"<string>\",\n        \"end_date\": \"<string>\",\n        \"notes\": \"<string,null>\",\n        \"metadata\": null,\n        \"created_at\": \"<string>\"\n      },\n      {\n        \"id\": \"<integer>\",\n        \"process_code\": \"<string,null>\",\n        \"company_id\": \"<integer,null>\",\n        \"company\": null,\n        \"person\": null,\n        \"cargo\": \"<string,null>\",\n        \"cost_center\": \"<string,null>\",\n        \"address\": \"<string,null>\",\n        \"location_id\": \"<integer,null>\",\n        \"location\": \"<string>\",\n        \"data_source_id\": \"<integer,null>\",\n        \"data_source\": {\n          \"id\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"key\": \"<string>\",\n          \"requires_scheduling\": \"<boolean>\"\n        },\n        \"requires_scheduling\": \"<boolean>\",\n        \"status\": \"<string,null>\",\n        \"priority\": \"<string>\",\n        \"assigned_to\": \"<integer,null>\",\n        \"assigned_name\": \"<string>\",\n        \"requested_by\": \"<integer,null>\",\n        \"requested_name\": \"<string>\",\n        \"result_recipient_id\": \"<integer,null>\",\n        \"start_date\": \"<string>\",\n        \"end_date\": \"<string>\",\n        \"notes\": \"<string,null>\",\n        \"metadata\": [\n          \"\",\n          \"\"\n        ],\n        \"created_at\": \"<string>\"\n      }\n    ]\n  },\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "c08f1eb8-da60-4829-ba93-4bba9f7c8d3b",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "processes"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"person\": {\n    \"id_document\": \"<string>\",\n    \"type\": \"TI\",\n    \"first_name\": \"<string>\",\n    \"cargo\": \"<string>\",\n    \"email\": \"<email>\",\n    \"phone\": \"<string>\",\n    \"last_name\": \"<string,null>\",\n    \"gender\": \"F\",\n    \"birth\": \"<string,null-date-time>\"\n  },\n  \"data_source_ids\": [\n    \"<integer>\"\n  ],\n  \"company_id\": \"<integer,null>\",\n  \"assigned_to\": \"<integer,null>\",\n  \"requested_by\": \"<integer,null>\",\n  \"result_recipient_id\": \"<integer,null>\",\n  \"status\": \"<string,null>\",\n  \"cost_center\": \"<string,null>\",\n  \"city\": \"<string,null>\",\n  \"location_id\": \"<integer,null>\",\n  \"notes\": \"<string,null>\",\n  \"start_date\": \"<string,null-date-time>\",\n  \"metadata\": {\n    \"report_recipients\": [\n      {\n        \"type\": \"user\",\n        \"id\": \"<integer,null>\",\n        \"value\": \"<string,null-email>\"\n      },\n      {\n        \"type\": \"email\",\n        \"id\": \"<integer,null>\",\n        \"value\": \"<string,null-email>\"\n      }\n    ]\n  }\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "29c4b059-c00b-4760-8b4f-a73846b34ebf",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "processes"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"person\": {\n    \"id_document\": \"<string>\",\n    \"type\": \"TI\",\n    \"first_name\": \"<string>\",\n    \"cargo\": \"<string>\",\n    \"email\": \"<email>\",\n    \"phone\": \"<string>\",\n    \"last_name\": \"<string,null>\",\n    \"gender\": \"F\",\n    \"birth\": \"<string,null-date-time>\"\n  },\n  \"data_source_ids\": [\n    \"<integer>\"\n  ],\n  \"company_id\": \"<integer,null>\",\n  \"assigned_to\": \"<integer,null>\",\n  \"requested_by\": \"<integer,null>\",\n  \"result_recipient_id\": \"<integer,null>\",\n  \"status\": \"<string,null>\",\n  \"cost_center\": \"<string,null>\",\n  \"city\": \"<string,null>\",\n  \"location_id\": \"<integer,null>\",\n  \"notes\": \"<string,null>\",\n  \"start_date\": \"<string,null-date-time>\",\n  \"metadata\": {\n    \"report_recipients\": [\n      {\n        \"type\": \"user\",\n        \"id\": \"<integer,null>\",\n        \"value\": \"<string,null-email>\"\n      },\n      {\n        \"type\": \"email\",\n        \"id\": \"<integer,null>\",\n        \"value\": \"<string,null-email>\"\n      }\n    ]\n  }\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "cffd9d63-5750-486e-8ede-0bd0f839b017",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "processes"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"person\": {\n    \"id_document\": \"<string>\",\n    \"type\": \"TI\",\n    \"first_name\": \"<string>\",\n    \"cargo\": \"<string>\",\n    \"email\": \"<email>\",\n    \"phone\": \"<string>\",\n    \"last_name\": \"<string,null>\",\n    \"gender\": \"F\",\n    \"birth\": \"<string,null-date-time>\"\n  },\n  \"data_source_ids\": [\n    \"<integer>\"\n  ],\n  \"company_id\": \"<integer,null>\",\n  \"assigned_to\": \"<integer,null>\",\n  \"requested_by\": \"<integer,null>\",\n  \"result_recipient_id\": \"<integer,null>\",\n  \"status\": \"<string,null>\",\n  \"cost_center\": \"<string,null>\",\n  \"city\": \"<string,null>\",\n  \"location_id\": \"<integer,null>\",\n  \"notes\": \"<string,null>\",\n  \"start_date\": \"<string,null-date-time>\",\n  \"metadata\": {\n    \"report_recipients\": [\n      {\n        \"type\": \"user\",\n        \"id\": \"<integer,null>\",\n        \"value\": \"<string,null-email>\"\n      },\n      {\n        \"type\": \"email\",\n        \"id\": \"<integer,null>\",\n        \"value\": \"<string,null-email>\"\n      }\n    ]\n  }\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "b745e7bd-fc5d-43c2-ad1e-1ea10a165fa9",
     "name": "GET /processes/cost-centers\nValores de centro de costos ya usados en el workspace (datalist autocomplete)",
     "request": {
      "name": "GET /processes/cost-centers\nValores de centro de costos ya usados en el workspace (datalist autocomplete)",
      "description": {},
      "url": {
       "path": [
        "processes",
        "cost-centers"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "12c14a8f-d36a-4005-86c9-f2e5e9d424d1",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "processes",
          "cost-centers"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": [\n    \"\",\n    \"\"\n  ],\n  \"message\": \"<null>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "ab10842f-4175-46f8-a3e6-7f34b861e04c",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "processes",
          "cost-centers"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "5fcac042-d241-45de-b9ce-00027d570eae",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "processes",
          "cost-centers"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "0f3a2571-f7fe-4808-b977-615e04b1092e",
     "name": "GET /processes/my-assignments\nProcesos con requires_scheduling=true asignados al usuario autenticado.\nUsado por el evaluador para ver sus servicios programados",
     "request": {
      "name": "GET /processes/my-assignments\nProcesos con requires_scheduling=true asignados al usuario autenticado.\nUsado por el evaluador para ver sus servicios programados",
      "description": {},
      "url": {
       "path": [
        "processes",
        "my-assignments"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "edaa76a0-8514-489b-91d7-c8a8196cda5c",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "processes",
          "my-assignments"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": [\n    {\n      \"id\": \"<integer>\",\n      \"process_code\": \"<string,null>\",\n      \"company_id\": \"<integer,null>\",\n      \"company\": {\n        \"id\": \"<integer>\",\n        \"legal_name\": \"<string>\",\n        \"dba\": \"<string,null>\",\n        \"logo\": \"<string,null>\"\n      },\n      \"person\": null,\n      \"cargo\": \"<string,null>\",\n      \"cost_center\": \"<string,null>\",\n      \"address\": \"<string,null>\",\n      \"location_id\": \"<integer,null>\",\n      \"location\": \"<string>\",\n      \"data_source_id\": \"<integer,null>\",\n      \"data_source\": {\n        \"id\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"key\": \"<string>\",\n        \"requires_scheduling\": \"<boolean>\"\n      },\n      \"requires_scheduling\": \"<boolean>\",\n      \"status\": \"<string,null>\",\n      \"priority\": \"<string>\",\n      \"assigned_to\": \"<integer,null>\",\n      \"assigned_name\": \"<string>\",\n      \"requested_by\": \"<integer,null>\",\n      \"requested_name\": \"<string>\",\n      \"result_recipient_id\": \"<integer,null>\",\n      \"start_date\": \"<string>\",\n      \"end_date\": \"<string>\",\n      \"notes\": \"<string,null>\",\n      \"metadata\": null,\n      \"created_at\": \"<string>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"process_code\": \"<string,null>\",\n      \"company_id\": \"<integer,null>\",\n      \"company\": {\n        \"id\": \"<integer>\",\n        \"legal_name\": \"<string>\",\n        \"dba\": \"<string,null>\",\n        \"logo\": \"<string,null>\"\n      },\n      \"person\": null,\n      \"cargo\": \"<string,null>\",\n      \"cost_center\": \"<string,null>\",\n      \"address\": \"<string,null>\",\n      \"location_id\": \"<integer,null>\",\n      \"location\": \"<string>\",\n      \"data_source_id\": \"<integer,null>\",\n      \"data_source\": null,\n      \"requires_scheduling\": \"<boolean>\",\n      \"status\": \"<string,null>\",\n      \"priority\": \"<string>\",\n      \"assigned_to\": \"<integer,null>\",\n      \"assigned_name\": \"<string>\",\n      \"requested_by\": \"<integer,null>\",\n      \"requested_name\": \"<string>\",\n      \"result_recipient_id\": \"<integer,null>\",\n      \"start_date\": \"<string>\",\n      \"end_date\": \"<string>\",\n      \"notes\": \"<string,null>\",\n      \"metadata\": null,\n      \"created_at\": \"<string>\"\n    }\n  ],\n  \"message\": \"<null>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "2e6899b8-5c09-4e4a-8375-d83963ec0fc9",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "processes",
          "my-assignments"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "60a7ec2b-17ab-48d6-a02b-e511daf1e5d7",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "processes",
          "my-assignments"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "7e2e47e2-aa35-46bd-a0d3-51a95f1f77d0",
     "name": "GET /processes/{code}/comments\nTodos los comentarios de los servicios del grupo, indexados por process_id",
     "request": {
      "name": "GET /processes/{code}/comments\nTodos los comentarios de los servicios del grupo, indexados por process_id",
      "description": {},
      "url": {
       "path": [
        "processes",
        ":code",
        "comments"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<string>",
         "key": "code",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "bf4ac006-b5d2-4f90-8473-0b8d8687d6ae",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "processes",
          ":code",
          "comments"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<string>",
           "key": "code"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": [\n    {\n      \"id\": \"<integer>\",\n      \"process_id\": \"<integer>\",\n      \"content\": \"<string>\",\n      \"created_at\": \"<string,null-date-time>\",\n      \"is_mine\": \"<boolean>\",\n      \"user\": {\n        \"id\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"initials\": \"<string>\",\n        \"avatar\": \"<string,null>\"\n      }\n    },\n    {\n      \"id\": \"<integer>\",\n      \"process_id\": \"<integer>\",\n      \"content\": \"<string>\",\n      \"created_at\": \"<string,null-date-time>\",\n      \"is_mine\": \"<boolean>\",\n      \"user\": {\n        \"id\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"initials\": \"<string>\",\n        \"avatar\": \"<string,null>\"\n      }\n    }\n  ],\n  \"message\": \"<null>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "35dc89b8-ca8f-45c5-b1d7-4bfed7ddbda5",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "processes",
          ":code",
          "comments"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<string>",
           "key": "code"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "1053086c-a6f2-4a45-adfa-aa837624834b",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "processes",
          ":code",
          "comments"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<string>",
           "key": "code"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "68116b37-eff3-4a34-aa0f-bcc53977b600",
     "name": "GET /processes/{code}\nDetalle completo de un grupo (todas las filas con el mismo process_code)",
     "request": {
      "name": "GET /processes/{code}\nDetalle completo de un grupo (todas las filas con el mismo process_code)",
      "description": {},
      "url": {
       "path": [
        "processes",
        ":code"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<string>",
         "key": "code",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "77487ac9-9055-470b-98f3-393af9bc858c",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "processes",
          ":code"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<string>",
           "key": "code"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": [\n    {\n      \"id\": \"<integer>\",\n      \"process_code\": \"<string,null>\",\n      \"company_id\": \"<integer,null>\",\n      \"company\": {\n        \"id\": \"<integer>\",\n        \"legal_name\": \"<string>\",\n        \"dba\": \"<string,null>\",\n        \"logo\": \"<string,null>\"\n      },\n      \"person\": null,\n      \"cargo\": \"<string,null>\",\n      \"cost_center\": \"<string,null>\",\n      \"address\": \"<string,null>\",\n      \"location_id\": \"<integer,null>\",\n      \"location\": \"<string>\",\n      \"data_source_id\": \"<integer,null>\",\n      \"data_source\": {\n        \"id\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"key\": \"<string>\",\n        \"requires_scheduling\": \"<boolean>\"\n      },\n      \"requires_scheduling\": \"<boolean>\",\n      \"status\": \"<string,null>\",\n      \"priority\": \"<string>\",\n      \"assigned_to\": \"<integer,null>\",\n      \"assigned_name\": \"<string>\",\n      \"requested_by\": \"<integer,null>\",\n      \"requested_name\": \"<string>\",\n      \"result_recipient_id\": \"<integer,null>\",\n      \"start_date\": \"<string>\",\n      \"end_date\": \"<string>\",\n      \"notes\": \"<string,null>\",\n      \"metadata\": null,\n      \"created_at\": \"<string>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"process_code\": \"<string,null>\",\n      \"company_id\": \"<integer,null>\",\n      \"company\": {\n        \"id\": \"<integer>\",\n        \"legal_name\": \"<string>\",\n        \"dba\": \"<string,null>\",\n        \"logo\": \"<string,null>\"\n      },\n      \"person\": null,\n      \"cargo\": \"<string,null>\",\n      \"cost_center\": \"<string,null>\",\n      \"address\": \"<string,null>\",\n      \"location_id\": \"<integer,null>\",\n      \"location\": \"<string>\",\n      \"data_source_id\": \"<integer,null>\",\n      \"data_source\": null,\n      \"requires_scheduling\": \"<boolean>\",\n      \"status\": \"<string,null>\",\n      \"priority\": \"<string>\",\n      \"assigned_to\": \"<integer,null>\",\n      \"assigned_name\": \"<string>\",\n      \"requested_by\": \"<integer,null>\",\n      \"requested_name\": \"<string>\",\n      \"result_recipient_id\": \"<integer,null>\",\n      \"start_date\": \"<string>\",\n      \"end_date\": \"<string>\",\n      \"notes\": \"<string,null>\",\n      \"metadata\": null,\n      \"created_at\": \"<string>\"\n    }\n  ],\n  \"message\": \"<null>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "2a38e772-c23c-4de1-bffc-c6a59bf0d3e9",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "processes",
          ":code"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<string>",
           "key": "code"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "f19eafe6-02d2-47b2-bda3-282107239be1",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "processes",
          ":code"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<string>",
           "key": "code"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "6bde34ab-c454-4d8a-bd21-609acba7e35f",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "processes",
          ":code"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<string>",
           "key": "code"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"UNAUTHENTICATED\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "0957cbe2-5b2a-4d6d-8c03-f20b640ff35b",
     "name": "PUT /processes/{code}\nActualiza datos comunes del grupo (asignado, empresa, fecha, etc.)",
     "request": {
      "name": "PUT /processes/{code}\nActualiza datos comunes del grupo (asignado, empresa, fecha, etc.)",
      "description": {},
      "url": {
       "path": [
        "processes",
        ":code"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<string>",
         "key": "code",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "PUT",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"cargo\": \"<string,null>\",\n  \"company_id\": \"<integer,null>\",\n  \"assigned_to\": \"<integer,null>\",\n  \"requested_by\": \"<integer,null>\",\n  \"result_recipient_id\": \"<integer,null>\",\n  \"priority\": \"high\",\n  \"cost_center\": \"<string,null>\",\n  \"address\": \"<string,null>\",\n  \"location_id\": \"<integer,null>\",\n  \"start_date\": \"<string,null-date-time>\",\n  \"metadata\": null,\n  \"person\": {\n    \"cargo\": \"<string,null>\",\n    \"first_name\": \"<string,null>\",\n    \"last_name\": \"<string,null>\",\n    \"email\": \"<string,null-email>\",\n    \"phone\": \"<string,null>\",\n    \"location_id\": \"<integer,null>\"\n  }\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "261c5bf4-bb33-4d51-a0a6-6ecba6cddc25",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "processes",
          ":code"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<string>",
           "key": "code"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"cargo\": \"<string,null>\",\n  \"company_id\": \"<integer,null>\",\n  \"assigned_to\": \"<integer,null>\",\n  \"requested_by\": \"<integer,null>\",\n  \"result_recipient_id\": \"<integer,null>\",\n  \"priority\": \"high\",\n  \"cost_center\": \"<string,null>\",\n  \"address\": \"<string,null>\",\n  \"location_id\": \"<integer,null>\",\n  \"start_date\": \"<string,null-date-time>\",\n  \"metadata\": null,\n  \"person\": {\n    \"cargo\": \"<string,null>\",\n    \"first_name\": \"<string,null>\",\n    \"last_name\": \"<string,null>\",\n    \"email\": \"<string,null-email>\",\n    \"phone\": \"<string,null>\",\n    \"location_id\": \"<integer,null>\"\n  }\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "<string>",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "88f4c1f7-6840-4e18-97ce-5d892ca88e18",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "processes",
          ":code"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<string>",
           "key": "code"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"cargo\": \"<string,null>\",\n  \"company_id\": \"<integer,null>\",\n  \"assigned_to\": \"<integer,null>\",\n  \"requested_by\": \"<integer,null>\",\n  \"result_recipient_id\": \"<integer,null>\",\n  \"priority\": \"high\",\n  \"cost_center\": \"<string,null>\",\n  \"address\": \"<string,null>\",\n  \"location_id\": \"<integer,null>\",\n  \"start_date\": \"<string,null-date-time>\",\n  \"metadata\": null,\n  \"person\": {\n    \"cargo\": \"<string,null>\",\n    \"first_name\": \"<string,null>\",\n    \"last_name\": \"<string,null>\",\n    \"email\": \"<string,null-email>\",\n    \"phone\": \"<string,null>\",\n    \"location_id\": \"<integer,null>\"\n  }\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "f54cc973-b8e9-4843-a3a6-9415e9f18587",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "processes",
          ":code"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<string>",
           "key": "code"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"cargo\": \"<string,null>\",\n  \"company_id\": \"<integer,null>\",\n  \"assigned_to\": \"<integer,null>\",\n  \"requested_by\": \"<integer,null>\",\n  \"result_recipient_id\": \"<integer,null>\",\n  \"priority\": \"high\",\n  \"cost_center\": \"<string,null>\",\n  \"address\": \"<string,null>\",\n  \"location_id\": \"<integer,null>\",\n  \"start_date\": \"<string,null-date-time>\",\n  \"metadata\": null,\n  \"person\": {\n    \"cargo\": \"<string,null>\",\n    \"first_name\": \"<string,null>\",\n    \"last_name\": \"<string,null>\",\n    \"email\": \"<string,null-email>\",\n    \"phone\": \"<string,null>\",\n    \"location_id\": \"<integer,null>\"\n  }\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "90b3c4d6-b291-4d3a-b36a-73723a1b778f",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "processes",
          ":code"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<string>",
           "key": "code"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"cargo\": \"<string,null>\",\n  \"company_id\": \"<integer,null>\",\n  \"assigned_to\": \"<integer,null>\",\n  \"requested_by\": \"<integer,null>\",\n  \"result_recipient_id\": \"<integer,null>\",\n  \"priority\": \"high\",\n  \"cost_center\": \"<string,null>\",\n  \"address\": \"<string,null>\",\n  \"location_id\": \"<integer,null>\",\n  \"start_date\": \"<string,null-date-time>\",\n  \"metadata\": null,\n  \"person\": {\n    \"cargo\": \"<string,null>\",\n    \"first_name\": \"<string,null>\",\n    \"last_name\": \"<string,null>\",\n    \"email\": \"<string,null-email>\",\n    \"phone\": \"<string,null>\",\n    \"location_id\": \"<integer,null>\"\n  }\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"CONFLICT\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "2fbcab8d-f4ce-47ce-80e2-9500f77a1ed8",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "processes",
          ":code"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<string>",
           "key": "code"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"cargo\": \"<string,null>\",\n  \"company_id\": \"<integer,null>\",\n  \"assigned_to\": \"<integer,null>\",\n  \"requested_by\": \"<integer,null>\",\n  \"result_recipient_id\": \"<integer,null>\",\n  \"priority\": \"high\",\n  \"cost_center\": \"<string,null>\",\n  \"address\": \"<string,null>\",\n  \"location_id\": \"<integer,null>\",\n  \"start_date\": \"<string,null-date-time>\",\n  \"metadata\": null,\n  \"person\": {\n    \"cargo\": \"<string,null>\",\n    \"first_name\": \"<string,null>\",\n    \"last_name\": \"<string,null>\",\n    \"email\": \"<string,null-email>\",\n    \"phone\": \"<string,null>\",\n    \"location_id\": \"<integer,null>\"\n  }\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "381285d2-99a6-4f52-9a20-8b354a0e5f1e",
     "name": "DELETE /processes/{code}\nElimina (soft) todo el grupo de procesos",
     "request": {
      "name": "DELETE /processes/{code}\nElimina (soft) todo el grupo de procesos",
      "description": {},
      "url": {
       "path": [
        "processes",
        ":code"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<string>",
         "key": "code",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "DELETE",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "58e36970-3233-40ca-ab04-e1092497a27e",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "processes",
          ":code"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<string>",
           "key": "code"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": \"<null>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "967df57e-f9c8-4144-8d0f-c5c5f0216c18",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "processes",
          ":code"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<string>",
           "key": "code"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "df9b8848-8ddd-4f7a-9df1-aed792fccc99",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "processes",
          ":code"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<string>",
           "key": "code"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "4dc2b24e-72e6-4322-a379-d8c20ec624b9",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "processes",
          ":code"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<string>",
           "key": "code"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"UNAUTHENTICATED\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "dcbde4a4-79c7-447c-befe-51fa55f46751",
     "name": "POST /processes/{id}/comments\nAñadir un comentario a un servicio del grupo",
     "request": {
      "name": "POST /processes/{id}/comments\nAñadir un comentario a un servicio del grupo",
      "description": {},
      "url": {
       "path": [
        "processes",
        ":id",
        "comments"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"content\": \"<string>\"\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "75b4899e-6238-43aa-9eb3-2814d7332bdc",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "processes",
          ":id",
          "comments"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"content\": \"<string>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"process_id\": \"<integer>\",\n    \"content\": \"<string>\",\n    \"created_at\": \"<string,null-date-time>\",\n    \"is_mine\": \"<boolean>\",\n    \"user\": {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"initials\": \"<string>\",\n      \"avatar\": \"<string,null>\"\n    }\n  },\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "5f76001b-7aac-4b82-9b8d-69782ae34e44",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "processes",
          ":id",
          "comments"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"content\": \"<string>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "250c70a6-8bf7-467a-b118-c43cd5d2bc9b",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "processes",
          ":id",
          "comments"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"content\": \"<string>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "85706888-cdb2-40da-bc25-e2c9c3ec5b35",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "processes",
          ":id",
          "comments"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"content\": \"<string>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "ce1a800e-728b-46b7-bf9c-1c86ddbb9fad",
     "name": "PATCH /processes/{id}/status\nActualiza el estado de un proceso individual dentro del grupo",
     "request": {
      "name": "PATCH /processes/{id}/status\nActualiza el estado de un proceso individual dentro del grupo",
      "description": {},
      "url": {
       "path": [
        "processes",
        ":id",
        "status"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "PATCH",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"status\": \"<string>\"\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "77658be2-3d7e-499d-ab21-faf7842661e3",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "processes",
          ":id",
          "status"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"status\": \"<string>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": \"<null>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "26fc745d-e254-4e39-a904-f9ad1839faf8",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "processes",
          ":id",
          "status"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"status\": \"<string>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "58df5c7e-a891-47b7-b160-f3486e79c1a1",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "processes",
          ":id",
          "status"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"status\": \"<string>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "0266ef56-f944-4611-ba2a-af6ad3e69dc8",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "processes",
          ":id",
          "status"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"status\": \"<string>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"FORBIDDEN\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "02c976ca-9e16-46a2-a192-4dd00da5b6ed",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "processes",
          ":id",
          "status"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"status\": \"<string>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "7490f649-2db1-4c85-9c1e-169f479a7603",
     "name": "PATCH /processes/{id}/schedule\nPrograma un servicio individual (fecha + dirección + ciudad → status 'activo')",
     "request": {
      "name": "PATCH /processes/{id}/schedule\nPrograma un servicio individual (fecha + dirección + ciudad → status 'activo')",
      "description": {},
      "url": {
       "path": [
        "processes",
        ":id",
        "schedule"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "PATCH",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"start_date\": \"<dateTime>\",\n  \"address\": \"<string,null>\",\n  \"location_id\": \"<integer,null>\",\n  \"assigned_to\": \"<integer,null>\"\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "9cc277ec-c351-466c-bdc8-f3ab728e4ba6",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "processes",
          ":id",
          "schedule"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"start_date\": \"<dateTime>\",\n  \"address\": \"<string,null>\",\n  \"location_id\": \"<integer,null>\",\n  \"assigned_to\": \"<integer,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": \"<null>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "fecb6015-7603-4c31-9174-cc2d014de524",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "processes",
          ":id",
          "schedule"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"start_date\": \"<dateTime>\",\n  \"address\": \"<string,null>\",\n  \"location_id\": \"<integer,null>\",\n  \"assigned_to\": \"<integer,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "69d2d3df-6d35-4a9a-815b-4b525f99de22",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "processes",
          ":id",
          "schedule"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"start_date\": \"<dateTime>\",\n  \"address\": \"<string,null>\",\n  \"location_id\": \"<integer,null>\",\n  \"assigned_to\": \"<integer,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "35507b43-b295-4b3c-a811-72dba21f0c05",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "processes",
          ":id",
          "schedule"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"start_date\": \"<dateTime>\",\n  \"address\": \"<string,null>\",\n  \"location_id\": \"<integer,null>\",\n  \"assigned_to\": \"<integer,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"FORBIDDEN\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "5b894fb9-c36b-43ee-a6e8-d21fc36ac116",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "processes",
          ":id",
          "schedule"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"start_date\": \"<dateTime>\",\n  \"address\": \"<string,null>\",\n  \"location_id\": \"<integer,null>\",\n  \"assigned_to\": \"<integer,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "df5d1909-8811-4268-b171-56ef39936360",
     "name": "DELETE /processes/{id}/service\nElimina (soft) un servicio individual del grupo",
     "request": {
      "name": "DELETE /processes/{id}/service\nElimina (soft) un servicio individual del grupo",
      "description": {},
      "url": {
       "path": [
        "processes",
        ":id",
        "service"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "DELETE",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "8cae68a4-218f-43a2-8cd0-6b5d7910cc7f",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "processes",
          ":id",
          "service"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": \"<null>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "c1ce6c4a-85c4-4a1b-b92b-75c5806cf7d2",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "processes",
          ":id",
          "service"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "fe7615ed-a036-4c88-9163-ae7394217cfb",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "processes",
          ":id",
          "service"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "6b133d11-a19f-4242-a485-021728ac92cc",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "processes",
          ":id",
          "service"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"FORBIDDEN\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "d993cb52-1ac0-4c5b-9f6e-790a27756683",
     "name": "PATCH /processes/{code}/cancel\nCancela todos los servicios activos de un grupo (usado por usuarios cliente).\nRequiere permiso processes.reject.\nEl cliente solo puede cancelar procesos donde él es el solicitante",
     "request": {
      "name": "PATCH /processes/{code}/cancel\nCancela todos los servicios activos de un grupo (usado por usuarios cliente).\nRequiere permiso processes.reject.\nEl cliente solo puede cancelar procesos donde él es el solicitante",
      "description": {},
      "url": {
       "path": [
        "processes",
        ":code",
        "cancel"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<string>",
         "key": "code",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "PATCH",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "b480769a-2d19-4ceb-b661-0b7b0fb5fcbc",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "processes",
          ":code",
          "cancel"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<string>",
           "key": "code"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "<string>",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "851f9462-e1d5-44c9-82ee-9f241f9667da",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "processes",
          ":code",
          "cancel"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<string>",
           "key": "code"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "3805eade-3a09-49fe-aa9f-2819cc392fa8",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "processes",
          ":code",
          "cancel"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<string>",
           "key": "code"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "e4457ef1-bc3f-4bee-9309-7738f12e9c62",
       "name": "422",
       "originalRequest": {
        "url": {
         "path": [
          "processes",
          ":code",
          "cancel"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<string>",
           "key": "code"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {}
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"NOT_FOUND\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    }
   ]
  },
  {
   "name": "Profile",
   "description": "",
   "item": [
    {
     "id": "da92e6fd-eaed-4edd-adfd-4f5c97bec011",
     "name": "Retorna el perfil del usuario autenticado en el workspace actual",
     "request": {
      "name": "Retorna el perfil del usuario autenticado en el workspace actual",
      "description": {},
      "url": {
       "path": [
        "profile"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "9eb80293-1bbd-44d2-b008-38354b1a09e9",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "profile"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"email\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"birthday\": \"<string>\",\n    \"job_title\": \"<string>\",\n    \"department\": \"<string>\",\n    \"avatar\": \"<string>\",\n    \"avatar_url\": \"<string,null>\",\n    \"company_id\": \"<string>\",\n    \"companies\": [\n      {\n        \"id\": \"<integer>\",\n        \"legal_name\": \"<string>\",\n        \"job_title\": \"<string,null>\",\n        \"department\": \"<string,null>\",\n        \"is_primary\": \"<boolean>\"\n      },\n      {\n        \"id\": \"<integer>\",\n        \"legal_name\": \"<string>\",\n        \"job_title\": \"<string,null>\",\n        \"department\": \"<string,null>\",\n        \"is_primary\": \"<boolean>\"\n      }\n    ],\n    \"active_company\": {\n      \"id\": \"<string>\",\n      \"legal_name\": \"<string>\",\n      \"dba\": \"<string>\",\n      \"email\": \"<string>\",\n      \"phone\": \"<string>\",\n      \"address\": \"<string>\",\n      \"web\": \"<string>\",\n      \"logo_url\": \"<string,null>\"\n    }\n  },\n  \"message\": \"<null>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "3067ae2b-6c47-4d6b-870d-0be50cd8cd39",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "profile"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "c2adcb94-09e3-4499-a316-bb2d389d298c",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "profile"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"UNAUTHENTICATED\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "8df44a03-f68f-4e78-9c8f-c7f816d6b691",
     "name": "Actualiza los campos personales del perfil (no campos de admin: rol, estado)",
     "request": {
      "name": "Actualiza los campos personales del perfil (no campos de admin: rol, estado)",
      "description": {},
      "url": {
       "path": [
        "profile"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "PUT",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string,null>\",\n  \"phone\": \"<string,null>\",\n  \"birthday\": \"<string,null-date-time>\",\n  \"job_title\": \"<string,null>\",\n  \"department\": \"<string,null>\"\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "698eec73-a2ce-4ff0-96ef-00f0f9262259",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "profile"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string,null>\",\n  \"phone\": \"<string,null>\",\n  \"birthday\": \"<string,null-date-time>\",\n  \"job_title\": \"<string,null>\",\n  \"department\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string,null>\",\n    \"phone\": \"<string,null>\",\n    \"birthday\": \"<string>\",\n    \"job_title\": \"<string,null>\",\n    \"department\": \"<string,null>\"\n  },\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "ec7ebeaa-a99a-4a8f-a0de-156ad189fdd2",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "profile"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string,null>\",\n  \"phone\": \"<string,null>\",\n  \"birthday\": \"<string,null-date-time>\",\n  \"job_title\": \"<string,null>\",\n  \"department\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "af2322a4-9635-4524-b873-166750815b9d",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "profile"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string,null>\",\n  \"phone\": \"<string,null>\",\n  \"birthday\": \"<string,null-date-time>\",\n  \"job_title\": \"<string,null>\",\n  \"department\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"UNAUTHENTICATED\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "21702a6a-cc0b-4d31-ac23-f790a6d19de5",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "profile"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string,null>\",\n  \"phone\": \"<string,null>\",\n  \"birthday\": \"<string,null-date-time>\",\n  \"job_title\": \"<string,null>\",\n  \"department\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "5da5e332-444c-4198-b9a8-722d6fd336b4",
     "name": "Sube y actualiza el avatar del usuario en el workspace actual",
     "request": {
      "name": "Sube y actualiza el avatar del usuario en el workspace actual",
      "description": {},
      "url": {
       "path": [
        "profile",
        "avatar"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "multipart/form-data"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {
       "mode": "formdata",
       "formdata": [
        {
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         },
         "key": "avatar",
         "type": "file"
        }
       ]
      },
      "auth": null
     },
     "response": [
      {
       "id": "a7d823e3-6d6d-4735-ac20-0a78152aaf9d",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "profile",
          "avatar"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "multipart/form-data"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "formdata",
         "formdata": [
          {
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "key": "avatar",
           "type": "file"
          }
         ]
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"avatar\": \"<string>\",\n    \"avatar_url\": \"<string,null>\"\n  },\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "feea9d7c-cedc-4bc2-aad6-45ec15cffba9",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "profile",
          "avatar"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "multipart/form-data"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "formdata",
         "formdata": [
          {
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "key": "avatar",
           "type": "file"
          }
         ]
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "35c40a29-9fdc-4975-9830-1af7f60bd3b2",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "profile",
          "avatar"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "multipart/form-data"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "formdata",
         "formdata": [
          {
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "key": "avatar",
           "type": "file"
          }
         ]
        }
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"UNAUTHENTICATED\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "8f896668-f0ba-46b4-a415-b5370323a8c5",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "profile",
          "avatar"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "multipart/form-data"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "formdata",
         "formdata": [
          {
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "key": "avatar",
           "type": "file"
          }
         ]
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "c5c86c53-1a3d-494b-a81a-3047b6e71599",
     "name": "Verifica la contraseña actual del usuario sin generar token.\nUsada para confirmar identidad antes de cambiar empresa activa",
     "request": {
      "name": "Verifica la contraseña actual del usuario sin generar token.\nUsada para confirmar identidad antes de cambiar empresa activa",
      "description": {},
      "url": {
       "path": [
        "profile",
        "confirm-password"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"password\": \"<string>\"\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "f43f0a0d-75a9-480f-9c30-db2f414b451d",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "profile",
          "confirm-password"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"password\": \"<string>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": \"<null>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "6e9c442a-b463-435b-8b7a-4a47e36bf172",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "profile",
          "confirm-password"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"password\": \"<string>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "2a489b0c-2c11-4280-a1b4-6b0aacc6fa72",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "profile",
          "confirm-password"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"password\": \"<string>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "9edce699-286c-4b42-8526-9416e86ac409",
     "name": "Cambia la empresa activa del usuario (solo para usuarios con múltiples empresas en el workspace).\nRequiere confirmación previa de contraseña via POST /profile/confirm-password",
     "request": {
      "name": "Cambia la empresa activa del usuario (solo para usuarios con múltiples empresas en el workspace).\nRequiere confirmación previa de contraseña via POST /profile/confirm-password",
      "description": {},
      "url": {
       "path": [
        "profile",
        "active-company"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "PUT",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"company_id\": \"<integer>\"\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "ee771303-9568-47da-b55c-dd11e212d009",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "profile",
          "active-company"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"company_id\": \"<integer>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"active_company\": {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\"\n    }\n  },\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "c5958c4b-030c-4aa2-8550-5869c0c477aa",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "profile",
          "active-company"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"company_id\": \"<integer>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "8fd8467b-c09e-40fd-88c7-a402baced639",
       "name": "403",
       "originalRequest": {
        "url": {
         "path": [
          "profile",
          "active-company"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"company_id\": \"<integer>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"UNAUTHENTICATED\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "41ee82aa-fd76-44a9-a7eb-692e209c9530",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "profile",
          "active-company"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"company_id\": \"<integer>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "424014a1-0f9b-4ff5-a67e-d3bf1d7ee823",
     "name": "Actualiza los datos de contacto de la empresa activa del usuario.\nRequiere permiso 'profile.company.edit' (o ser admin)",
     "request": {
      "name": "Actualiza los datos de contacto de la empresa activa del usuario.\nRequiere permiso 'profile.company.edit' (o ser admin)",
      "description": {},
      "url": {
       "path": [
        "profile",
        "company"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "PUT",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"legal_name\": \"<string>\",\n  \"dba\": \"<string,null>\",\n  \"email\": \"<string,null-email>\",\n  \"phone\": \"<string,null>\",\n  \"address\": \"<string,null>\",\n  \"web\": \"<string,null>\"\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "8098dbd6-e720-4ad8-b478-68b33262e583",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "profile",
          "company"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"legal_name\": \"<string>\",\n  \"dba\": \"<string,null>\",\n  \"email\": \"<string,null-email>\",\n  \"phone\": \"<string,null>\",\n  \"address\": \"<string,null>\",\n  \"web\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"legal_name\": \"<string>\",\n    \"dba\": \"<string>\",\n    \"email\": \"<string>\",\n    \"phone\": \"<string,null>\",\n    \"address\": \"<string>\",\n    \"web\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "181d894c-317a-4cd9-bee2-1bfe98bc9d12",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "profile",
          "company"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"legal_name\": \"<string>\",\n  \"dba\": \"<string,null>\",\n  \"email\": \"<string,null-email>\",\n  \"phone\": \"<string,null>\",\n  \"address\": \"<string,null>\",\n  \"web\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "4d9adf7a-33b6-49bd-ac11-2a9ef50753eb",
       "name": "403",
       "originalRequest": {
        "url": {
         "path": [
          "profile",
          "company"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"legal_name\": \"<string>\",\n  \"dba\": \"<string,null>\",\n  \"email\": \"<string,null-email>\",\n  \"phone\": \"<string,null>\",\n  \"address\": \"<string,null>\",\n  \"web\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"SERVER_ERROR\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "3485ee31-9758-4922-b92e-d9c05f05a33a",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "profile",
          "company"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"legal_name\": \"<string>\",\n  \"dba\": \"<string,null>\",\n  \"email\": \"<string,null-email>\",\n  \"phone\": \"<string,null>\",\n  \"address\": \"<string,null>\",\n  \"web\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"CONFLICT\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "4cf1131e-e1b0-4130-a5d4-f6f90ca49c3e",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "profile",
          "company"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"legal_name\": \"<string>\",\n  \"dba\": \"<string,null>\",\n  \"email\": \"<string,null-email>\",\n  \"phone\": \"<string,null>\",\n  \"address\": \"<string,null>\",\n  \"web\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "3cebf6d3-bb54-4dac-9e0e-db91f8134eff",
     "name": "Sube o reemplaza el logo de la empresa activa del usuario.\nRequiere permiso 'profile.company.edit' (o ser admin)",
     "request": {
      "name": "Sube o reemplaza el logo de la empresa activa del usuario.\nRequiere permiso 'profile.company.edit' (o ser admin)",
      "description": {},
      "url": {
       "path": [
        "profile",
        "company",
        "logo"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "multipart/form-data"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {
       "mode": "formdata",
       "formdata": [
        {
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         },
         "key": "logo",
         "type": "file"
        }
       ]
      },
      "auth": null
     },
     "response": [
      {
       "id": "ae21a029-0e82-41e6-aca3-0e9b54a6d747",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "profile",
          "company",
          "logo"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "multipart/form-data"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "formdata",
         "formdata": [
          {
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "key": "logo",
           "type": "file"
          }
         ]
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"logo_url\": \"<string,null>\"\n  },\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "c4231636-6401-4b90-9fac-2e613c421611",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "profile",
          "company",
          "logo"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "multipart/form-data"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "formdata",
         "formdata": [
          {
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "key": "logo",
           "type": "file"
          }
         ]
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "c04d7240-94dc-42b4-9c29-cb35f943e699",
       "name": "403",
       "originalRequest": {
        "url": {
         "path": [
          "profile",
          "company",
          "logo"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "multipart/form-data"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "formdata",
         "formdata": [
          {
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "key": "logo",
           "type": "file"
          }
         ]
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"SERVER_ERROR\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "6358d124-a6ef-4362-82cc-feaa2f9019e8",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "profile",
          "company",
          "logo"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "multipart/form-data"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "formdata",
         "formdata": [
          {
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "key": "logo",
           "type": "file"
          }
         ]
        }
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"CONFLICT\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "9db7911e-d31a-42fb-b7bd-1b7315522a91",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "profile",
          "company",
          "logo"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "multipart/form-data"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "formdata",
         "formdata": [
          {
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "key": "logo",
           "type": "file"
          }
         ]
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    }
   ]
  },
  {
   "name": "PublicRegistration",
   "description": "",
   "item": [
    {
     "id": "717c65ea-2f95-4c11-8cab-26a0a4605f66",
     "name": "Registro público unificado para cualquier aplicación de la plataforma",
     "request": {
      "name": "Registro público unificado para cualquier aplicación de la plataforma",
      "description": {
       "content": "Campos base (siempre requeridos):\n  - app_id  integer  exists:applications,id\n  - email   string   email\n\nLos campos adicionales y su almacenamiento post-registro son\nresponsabilidad del RegistrationHandler de cada aplicación.\nPara agregar soporte a una nueva app, registrar su handler en\nRegistrationHandlerFactory::for().",
       "type": "text/plain"
      },
      "url": {
       "path": [
        "register"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"app_id\": \"<integer>\"\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "1717f4aa-6f60-4ff8-9dbd-bac85dca9755",
       "name": "Registro exitoso; se envía correo de activación",
       "originalRequest": {
        "url": {
         "path": [
          "register"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"app_id\": \"<integer>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Created",
       "code": 201,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"email\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "ef8a7845-428e-4520-bd8d-8e5df68a3d2e",
       "name": "403",
       "originalRequest": {
        "url": {
         "path": [
          "register"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"app_id\": \"<integer>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"NOT_FOUND\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "b257cb52-6e72-4884-9b43-0d16996a5089",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "register"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"app_id\": \"<integer>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    }
   ]
  },
  {
   "name": "RoleTemplateModeration",
   "description": "",
   "item": [
    {
     "id": "c90a39eb-818c-4032-9bd4-dfd7531785d9",
     "name": "GET /api/superadmin/role-templates\nLista todos los templates custom pendientes de moderación",
     "request": {
      "name": "GET /api/superadmin/role-templates\nLista todos los templates custom pendientes de moderación",
      "description": {},
      "url": {
       "path": [
        "superadmin",
        "role-templates"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [
        {
         "disabled": false,
         "description": {
          "content": "",
          "type": "text/plain"
         },
         "key": "status",
         "value": "pending"
        }
       ],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "1e595f3a-42d7-4866-9a24-1b18fa4c9907",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "superadmin",
          "role-templates"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [
          {
           "disabled": false,
           "description": {
            "content": "",
            "type": "text/plain"
           },
           "key": "status",
           "value": "pending"
          }
         ],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "<string>",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "e7817719-3e75-4906-b067-4e1df43f3a5f",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "superadmin",
          "role-templates"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [
          {
           "disabled": false,
           "description": {
            "content": "",
            "type": "text/plain"
           },
           "key": "status",
           "value": "pending"
          }
         ],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "b1dd4bc1-1f5c-439c-a7de-319f3a942a58",
     "name": "PATCH /api/superadmin/role-templates/{id}/moderation\nAprueba o rechaza un template custom",
     "request": {
      "name": "PATCH /api/superadmin/role-templates/{id}/moderation\nAprueba o rechaza un template custom",
      "description": {
       "content": "Body: { \"status\": \"active\" | \"inactive\", \"notes\": \"Motivo (opcional)\" }\n\n- \"active\"   → aprobado: el template aparece en el catálogo de otros workspaces de la misma industria.\n- \"inactive\" → rechazado: el template y su rol siguen funcionando en el workspace de origen,\n               pero no se distribuye a otros workspaces.",
       "type": "text/plain"
      },
      "url": {
       "path": [
        "superadmin",
        "role-templates",
        ":id",
        "moderation"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "PATCH",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"status\": \"active\",\n  \"notes\": \"<string,null>\"\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "c7cb8c1b-6d1a-4630-849a-c8eeaa23f437",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "superadmin",
          "role-templates",
          ":id",
          "moderation"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"status\": \"active\",\n  \"notes\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "<string>",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "08203a8b-5031-4d7e-b237-f9c19dc558bc",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "superadmin",
          "role-templates",
          ":id",
          "moderation"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"status\": \"active\",\n  \"notes\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "8c2175ce-b910-4376-ad82-166eebde5d9e",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "superadmin",
          "role-templates",
          ":id",
          "moderation"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"status\": \"active\",\n  \"notes\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"FORBIDDEN\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "4f45a1c3-c535-4431-83ce-598f8f1bbd13",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "superadmin",
          "role-templates",
          ":id",
          "moderation"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PATCH",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"status\": \"active\",\n  \"notes\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    }
   ]
  },
  {
   "name": "SummitAuth",
   "description": "",
   "item": [
    {
     "id": "e72efc7f-2cfc-4c66-8151-544691dd0fb1",
     "name": "Genera un OTP de 6 dígitos y lo envía por correo al usuario",
     "request": {
      "name": "Genera un OTP de 6 dígitos y lo envía por correo al usuario",
      "description": {},
      "url": {
       "path": [
        "summit",
        "auth",
        "request-otp"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"email\": \"<email>\",\n  \"workspace_id\": \"<integer>\"\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "cb8db622-f87a-4b8c-8584-c03a9232577d",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "summit",
          "auth",
          "request-otp"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"email\": \"<email>\",\n  \"workspace_id\": \"<integer>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "0a292639-322f-4335-8b0b-f87b6dbfc500",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "summit",
          "auth",
          "request-otp"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"email\": \"<email>\",\n  \"workspace_id\": \"<integer>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "1a6220dd-d4fb-4c71-88cb-29881eec2744",
     "name": "Valida el OTP y emite un token de acceso Passport si es correcto",
     "request": {
      "name": "Valida el OTP y emite un token de acceso Passport si es correcto",
      "description": {},
      "url": {
       "path": [
        "summit",
        "auth",
        "login-otp"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"email\": \"<email>\",\n  \"otp\": \"<string>\",\n  \"workspace_id\": \"<integer>\"\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "6ee73c81-8670-43bd-a2b8-ef79ceffa141",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "summit",
          "auth",
          "login-otp"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"email\": \"<email>\",\n  \"otp\": \"<string>\",\n  \"workspace_id\": \"<integer>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\",\n  \"data\": {\n    \"token\": \"<string>\",\n    \"user\": {\n      \"id\": \"<string>\",\n      \"email\": \"<string>\",\n      \"first_name\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"roles\": \"<string>\",\n      \"account_type\": \"<string>\",\n      \"user_type\": \"\",\n      \"is_admin\": \"<boolean>\",\n      \"avatar\": \"<string,null>\",\n      \"workspace\": {\n        \"id\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"logo\": \"<string,null>\",\n        \"layout\": \"<string>\",\n        \"country_id\": \"<string>\",\n        \"timezone\": \"<string>\"\n      },\n      \"applications\": \"<string>\",\n      \"profile_id\": \"<string>\",\n      \"job_title\": \"<string>\",\n      \"company_id\": \"<string>\",\n      \"active_company\": \"<null>\",\n      \"workspace_config\": null\n    }\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "d660dc8d-2082-4b95-b349-35bc70bcabe0",
       "name": "401",
       "originalRequest": {
        "url": {
         "path": [
          "summit",
          "auth",
          "login-otp"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"email\": \"<email>\",\n  \"otp\": \"<string>\",\n  \"workspace_id\": \"<integer>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "743c4d02-ca85-4844-bd30-891b72e97068",
       "name": "403",
       "originalRequest": {
        "url": {
         "path": [
          "summit",
          "auth",
          "login-otp"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"email\": \"<email>\",\n  \"otp\": \"<string>\",\n  \"workspace_id\": \"<integer>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "ebc26c0c-5516-4c91-900b-5d0f39334a52",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "summit",
          "auth",
          "login-otp"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"email\": \"<email>\",\n  \"otp\": \"<string>\",\n  \"workspace_id\": \"<integer>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "302585d1-b35c-4665-93a9-e1ff9a800990",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "summit",
          "auth",
          "login-otp"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"email\": \"<email>\",\n  \"otp\": \"<string>\",\n  \"workspace_id\": \"<integer>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "880237e4-b8f6-4b73-8100-2474f81c6e00",
     "name": "Registration Summit del usuario autenticado (país, especialidad…).\nAISLADO: solo lee SummitRegistration por user_id; no toca UserPayloadService,\n/me ni el flujo de otras apps. Devuelve null si el usuario no tiene registro",
     "request": {
      "name": "Registration Summit del usuario autenticado (país, especialidad…).\nAISLADO: solo lee SummitRegistration por user_id; no toca UserPayloadService,\n/me ni el flujo de otras apps. Devuelve null si el usuario no tiene registro",
      "description": {},
      "url": {
       "path": [
        "summit",
        "me"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "0930ed6d-e21f-49aa-946b-04573ca93708",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "summit",
          "me"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"data\": {\n    \"pais\": \"<string>\",\n    \"nombre_apellidos\": \"<string>\",\n    \"especialidad\": \"<string>\"\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "001de0cb-fb47-46a3-ad2a-d2eab5d1aab5",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "summit",
          "me"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    }
   ]
  },
  {
   "name": "User",
   "description": "",
   "item": [
    {
     "id": "8115f93d-f34a-41c7-ad8a-deba6218cff4",
     "name": "v1.list-users.index",
     "request": {
      "name": "v1.list-users.index",
      "description": {},
      "url": {
       "path": [
        "list-users"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "44395411-51a9-4f38-9616-3471a0bf3646",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "list-users"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"data\": \"<string>\",\n  \"meta\": {\n    \"current_page\": \"<integer>\",\n    \"last_page\": \"<integer>\",\n    \"per_page\": \"<integer>\",\n    \"total\": \"<integer>\",\n    \"has_more\": \"<boolean>\",\n    \"from\": \"<integer,null>\",\n    \"to\": \"<integer,null>\"\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "edfd8625-e43a-47c0-93e7-c0f9d218e19d",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "list-users"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "b6bbbdea-8c2a-4ee1-a121-fc0e1b51de30",
     "name": "v1.list-users.store",
     "request": {
      "name": "v1.list-users.store",
      "description": {},
      "url": {
       "path": [
        "list-users"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "8e2962ed-c506-4a40-89ea-fe5de2e09408",
       "name": "201",
       "originalRequest": {
        "url": {
         "path": [
          "list-users"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {}
       },
       "status": "Created",
       "code": 201,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "31a4b312-168d-4398-91c8-c676ba589d24",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "list-users"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "2a7090e3-8acd-4471-a416-6d27342fd132",
       "name": "422",
       "originalRequest": {
        "url": {
         "path": [
          "list-users"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {}
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"errors\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "211944fe-f74f-4464-bbbc-add52ba14934",
     "name": "v1.list-users.show",
     "request": {
      "name": "v1.list-users.show",
      "description": {},
      "url": {
       "path": [
        "list-users",
        ":id"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "4cb3f689-0470-4a65-a842-6bc7c0eed057",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "list-users",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"data\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "56348ec6-b076-42d2-b539-ed41298957bc",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "list-users",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "1ee43df4-fe44-4a94-869f-0534a23667f7",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "list-users",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"UNAUTHENTICATED\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "d23f42fb-2c8d-4db9-99e1-7065ab9c1a5e",
     "name": "v1.list-users.update",
     "request": {
      "name": "v1.list-users.update",
      "description": {},
      "url": {
       "path": [
        "list-users",
        ":id"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "PUT",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "034ea8a5-3197-4551-9823-a5f8d8371521",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "list-users",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"data\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "669591b8-1bbb-4f9d-b6a1-5fa54ff24b14",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "list-users",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "b18ed289-18ad-4c96-a345-ec9031198aa7",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "list-users",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {}
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"UNAUTHENTICATED\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "e20ee6f2-c3a7-45ed-ba0d-53fb11053571",
     "name": "v1.list-users.destroy",
     "request": {
      "name": "v1.list-users.destroy",
      "description": {},
      "url": {
       "path": [
        "list-users",
        ":id"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "DELETE",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "05be5aaf-0b9c-4d8d-b561-41fd322b010d",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "list-users",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "cbbbfb95-a067-4b35-9da0-88960edbf67c",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "list-users",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "3694c3a9-ea08-45a4-804c-7c7a6e1e9a32",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "list-users",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"UNAUTHENTICATED\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    }
   ]
  },
  {
   "name": "VerifyLogin",
   "description": "",
   "item": [
    {
     "id": "ede37d8b-e648-46fe-bb5a-0628c329fcaf",
     "name": "verify Login.verify And Login",
     "request": {
      "name": "verify Login.verify And Login",
      "description": {},
      "url": {
       "path": [
        "verify-login"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"encodedData\": \"<string>\",\n  \"providedToken\": \"<string>\",\n  \"app_id\": \"<integer,null>\",\n  \"workspace_id\": \"<integer,null>\"\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "f48a36ef-d253-4b71-9a1a-b956457a6fcb",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "verify-login"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"encodedData\": \"<string>\",\n  \"providedToken\": \"<string>\",\n  \"app_id\": \"<integer,null>\",\n  \"workspace_id\": \"<integer,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "<string>",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "ebb45ecb-8f21-4a63-9004-3fdb26b68a19",
       "name": "403",
       "originalRequest": {
        "url": {
         "path": [
          "verify-login"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"encodedData\": \"<string>\",\n  \"providedToken\": \"<string>\",\n  \"app_id\": \"<integer,null>\",\n  \"workspace_id\": \"<integer,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"SERVER_ERROR\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "b6c9a7c6-528e-419c-94a9-cf2b8e7bc3c7",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "verify-login"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"encodedData\": \"<string>\",\n  \"providedToken\": \"<string>\",\n  \"app_id\": \"<integer,null>\",\n  \"workspace_id\": \"<integer,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    }
   ]
  },
  {
   "name": "WorkMode",
   "description": "",
   "item": [
    {
     "id": "c44faf74-8251-481d-a349-2fb202df30d8",
     "name": "Lista todos los modos de trabajo disponibles en el sistema",
     "request": {
      "name": "Lista todos los modos de trabajo disponibles en el sistema",
      "description": {},
      "url": {
       "path": [
        "admin",
        "work-modes"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "6b598b6f-d216-423f-b160-1def5dde4f33",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "work-modes"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"data\": [\n    {\n      \"id\": \"<integer>\",\n      \"application_id\": \"<integer,null>\",\n      \"industry_key\": \"<string,null>\",\n      \"name\": \"<string>\",\n      \"key\": \"<string>\",\n      \"description\": \"<string,null>\",\n      \"theme_defaults\": [\n        \"\",\n        \"\"\n      ],\n      \"modules_config\": [\n        \"\",\n        \"\"\n      ],\n      \"version\": \"<string>\",\n      \"sort_order\": \"<integer>\",\n      \"is_active\": \"<boolean>\",\n      \"created_at\": \"<string,null-date-time>\",\n      \"updated_at\": \"<string,null-date-time>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"application_id\": \"<integer,null>\",\n      \"industry_key\": \"<string,null>\",\n      \"name\": \"<string>\",\n      \"key\": \"<string>\",\n      \"description\": \"<string,null>\",\n      \"theme_defaults\": [\n        \"\",\n        \"\"\n      ],\n      \"modules_config\": [\n        \"\",\n        \"\"\n      ],\n      \"version\": \"<string>\",\n      \"sort_order\": \"<integer>\",\n      \"is_active\": \"<boolean>\",\n      \"created_at\": \"<string,null-date-time>\",\n      \"updated_at\": \"<string,null-date-time>\"\n    }\n  ]\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "911b5813-c6a5-4df4-ab1d-470263ea5a92",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "work-modes"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "13d07536-33e1-43cc-9bb6-f2a6126c20d4",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "work-modes"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "1a9f6069-baff-4279-a50c-5d1725df5d07",
     "name": "Reporte de impacto ANTES de cambiar de modo de trabajo (wizard de cambio)",
     "request": {
      "name": "Reporte de impacto ANTES de cambiar de modo de trabajo (wizard de cambio)",
      "description": {
       "content": "Compara el modules_config del modo activo contra el del modo destino y\ndevuelve, por módulo: cambio de vista, secciones que se ocultan (los datos\nse conservan en BD) y secciones nuevas. Incluye advertencias con conteos\n(p.ej. procesos sin fecha que no aparecerán en la vista calendario).\n\nGET /work-modes/{key}/impact — PLAN_MULTIMODO §4 (confiable_app).",
       "type": "text/plain"
      },
      "url": {
       "path": [
        "admin",
        "work-modes",
        ":key",
        "impact"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<string>",
         "key": "key",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "571fff18-e32a-438b-910c-fecfe5bb1b10",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "work-modes",
          ":key",
          "impact"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<string>",
           "key": "key"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"current\": null,\n    \"target\": {\n      \"key\": \"<string>\",\n      \"name\": \"<string>\"\n    },\n    \"modules\": \"<string>\",\n    \"warnings\": [\n      {\n        \"code\": \"<string>\",\n        \"module\": \"<string>\",\n        \"message\": \"<string>\"\n      },\n      {\n        \"code\": \"<string>\",\n        \"module\": \"<string>\",\n        \"message\": \"<string>\"\n      }\n    ],\n    \"reversible\": \"<boolean>\"\n  },\n  \"message\": \"<null>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "266cb740-4aaf-49da-beb9-2728c9b7fc58",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "work-modes",
          ":key",
          "impact"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<string>",
           "key": "key"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "ff0664f4-f2de-4921-af23-d8217e4df47b",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "work-modes",
          ":key",
          "impact"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<string>",
           "key": "key"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "6fcc147e-b2b0-4ab5-9951-e98231b5c24c",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "work-modes",
          ":key",
          "impact"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<string>",
           "key": "key"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"BAD_REQUEST\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "6efc7fe4-fc50-4498-baf4-8acf7ea8db43",
       "name": "422",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "work-modes",
          ":key",
          "impact"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<string>",
           "key": "key"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"FORBIDDEN\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "ee271e9e-d5cf-4564-a6d2-ab36d9ef8f76",
     "name": "Establece el modo de trabajo activo para el workspace + app actuales.\nSolo admins del workspace pueden hacer este cambio",
     "request": {
      "name": "Establece el modo de trabajo activo para el workspace + app actuales.\nSolo admins del workspace pueden hacer este cambio",
      "description": {},
      "url": {
       "path": [
        "admin",
        "work-mode"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "PUT",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"key\": \"<string>\"\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "c0f26fcb-e3f3-4490-8356-2e693c710950",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "work-mode"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"key\": \"<string>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\",\n  \"data\": {\n    \"work_modes\": \"<string>\",\n    \"theme\": [\n      \"\",\n      \"\"\n    ],\n    \"theme_defaults\": [\n      \"\",\n      \"\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "ac5bedeb-49ee-4547-8d9b-284f9e23e868",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "work-mode"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"key\": \"<string>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "e0820a73-389d-4538-a8c5-a7bd122b2858",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "work-mode"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"key\": \"<string>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "10dacac2-f18d-4a59-9515-e99088aab4d0",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "work-mode"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"key\": \"<string>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "36df6503-6070-40da-b78e-4c2a283fec06",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "work-mode"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"key\": \"<string>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "d203851e-761c-4963-af8c-c81c1030c55c",
     "name": "Guarda los labels personalizados de módulos en app_config del workspace",
     "request": {
      "name": "Guarda los labels personalizados de módulos en app_config del workspace",
      "description": {
       "content": "Los labels son por workspace (todos los usuarios ven el mismo nombre),\nalmacenados en workspace_applications.app_config.module_labels.\n\nFormato: { \"procesos\": \"Evaluaciones\", \"clientes\": \"Empresas\", ... }",
       "type": "text/plain"
      },
      "url": {
       "path": [
        "admin",
        "module-labels"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "PUT",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"module_labels\": [\n    \"<string,null>\"\n  ]\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "00f5d68f-706f-46f3-84da-caced8842f74",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "module-labels"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"module_labels\": [\n    \"<string,null>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\",\n  \"data\": {\n    \"module_labels\": \"<string>\"\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "8d44889e-2086-4113-9783-e9a82dab2f41",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "module-labels"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"module_labels\": [\n    \"<string,null>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "923c833a-1044-4824-8912-7ebe33a88314",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "module-labels"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"module_labels\": [\n    \"<string,null>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "b79e2ff9-dc24-4369-af41-2340280d6c00",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "module-labels"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"module_labels\": [\n    \"<string,null>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "cc7fa80c-05b1-4557-852e-0f2e201356ba",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "module-labels"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"module_labels\": [\n    \"<string,null>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "f3f546ed-d207-47a4-94ae-771857832bc6",
     "name": "Guarda overrides de secciones visibles para un módulo específico.\nPermite al admin del workspace activar/desactivar campos que el work mode\noculta por defecto (ej: service_level, contract_dates en clientes)",
     "request": {
      "name": "Guarda overrides de secciones visibles para un módulo específico.\nPermite al admin del workspace activar/desactivar campos que el work mode\noculta por defecto (ej: service_level, contract_dates en clientes)",
      "description": {},
      "url": {
       "path": [
        "admin",
        "module-sections"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "PUT",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"module\": \"<string>\",\n  \"sections\": [\n    \"<boolean>\"\n  ]\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "a6c2aee8-7871-473f-81c3-528eb6c61d0f",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "module-sections"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"module\": \"<string>\",\n  \"sections\": [\n    \"<boolean>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\",\n  \"data\": {\n    \"sections\": \"<string>\"\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "5ceb82a9-109a-4e93-9fde-4f5e6e954a46",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "module-sections"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"module\": \"<string>\",\n  \"sections\": [\n    \"<boolean>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "fbbec381-c8ed-415e-88c7-3857aede8e36",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "module-sections"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"module\": \"<string>\",\n  \"sections\": [\n    \"<boolean>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "fcc67d29-a338-43b0-b484-7d187574f1d0",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "module-sections"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"module\": \"<string>\",\n  \"sections\": [\n    \"<boolean>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "a72d8497-8b30-4083-80be-1f991fd2f7e0",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "module-sections"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"module\": \"<string>\",\n  \"sections\": [\n    \"<boolean>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "ec88c03d-3188-4182-9c78-7f3e5885529f",
     "name": "Guarda las columnas visibles para un módulo específico.\nPermite al admin del workspace elegir qué campos se muestran en la vista tabla\ny en el acordeón (meta) del módulo indicado",
     "request": {
      "name": "Guarda las columnas visibles para un módulo específico.\nPermite al admin del workspace elegir qué campos se muestran en la vista tabla\ny en el acordeón (meta) del módulo indicado",
      "description": {},
      "url": {
       "path": [
        "admin",
        "module-views"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "PUT",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"module\": \"<string>\",\n  \"visible_columns\": [\n    \"<string>\"\n  ]\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "3e171013-c59f-4ff8-b905-f28604bcf102",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "module-views"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"module\": \"<string>\",\n  \"visible_columns\": [\n    \"<string>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\",\n  \"data\": {\n    \"visible_columns\": \"<string>\"\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "6c1e85e4-1b10-4a38-9416-d11e39873f11",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "module-views"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"module\": \"<string>\",\n  \"visible_columns\": [\n    \"<string>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "29c799a6-02f8-499d-92a3-5b306583e84f",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "module-views"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"module\": \"<string>\",\n  \"visible_columns\": [\n    \"<string>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "4f82b07c-7765-422a-8382-ea592e485604",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "module-views"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"module\": \"<string>\",\n  \"visible_columns\": [\n    \"<string>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "756c9155-39d8-4447-9679-7166ccb34efe",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "module-views"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"module\": \"<string>\",\n  \"visible_columns\": [\n    \"<string>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "ffb6d7e7-8adc-4be9-81a5-c70c3fa3a432",
     "name": "Guarda los campos que el workspace marca como obligatorios para un módulo",
     "request": {
      "name": "Guarda los campos que el workspace marca como obligatorios para un módulo",
      "description": {
       "content": "Estos required_fields son overrides del workspace sobre los defaults del sistema.\nSolo aplican a campos con formMode='section' (no a los hardcoded-required del backend).\nLa validación se ejecuta en el frontend — el backend no valida campos individuales de negocio.",
       "type": "text/plain"
      },
      "url": {
       "path": [
        "admin",
        "module-required"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "PUT",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"module\": \"<string>\",\n  \"required_fields\": [\n    \"<string>\"\n  ]\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "fc5dc5d5-1926-47b2-9af4-43d950d2c332",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "module-required"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"module\": \"<string>\",\n  \"required_fields\": [\n    \"<string>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\",\n  \"data\": {\n    \"required_fields\": \"<string>\"\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "c3855309-2a4c-4ecb-af4f-2f80f046a3d1",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "module-required"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"module\": \"<string>\",\n  \"required_fields\": [\n    \"<string>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "96611fda-2a51-4910-9c2e-556c5aaf1b26",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "module-required"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"module\": \"<string>\",\n  \"required_fields\": [\n    \"<string>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "1110588a-d056-487a-9a58-b90b2bb096fd",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "module-required"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"module\": \"<string>\",\n  \"required_fields\": [\n    \"<string>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "5aaac918-2138-4578-b242-4d7726d69438",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "module-required"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"module\": \"<string>\",\n  \"required_fields\": [\n    \"<string>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "29a5f4de-2f5f-4408-b301-bdb73cf0a78f",
     "name": "work Mode.save Module Field Labels",
     "request": {
      "name": "work Mode.save Module Field Labels",
      "description": {},
      "url": {
       "path": [
        "admin",
        "module-field-labels"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "PUT",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"module\": \"<string>\",\n  \"field_labels\": [\n    \"<string,null>\"\n  ]\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "f3b28b3d-3ced-40a3-8028-89ac445a307a",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "module-field-labels"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"module\": \"<string>\",\n  \"field_labels\": [\n    \"<string,null>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\",\n  \"data\": {\n    \"field_labels\": [\n      \"\",\n      \"\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "7e0a62bd-c555-4fcb-a04e-4f3212377c7b",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "module-field-labels"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"module\": \"<string>\",\n  \"field_labels\": [\n    \"<string,null>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "7fa3cf5c-f3b0-4bf0-b819-2453a1dba555",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "module-field-labels"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"module\": \"<string>\",\n  \"field_labels\": [\n    \"<string,null>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "e18b1c91-9f19-4648-be47-d5dfa66b5631",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "module-field-labels"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"module\": \"<string>\",\n  \"field_labels\": [\n    \"<string,null>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "96a25fe4-d2cd-46b4-b358-8cd26a547792",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "module-field-labels"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"module\": \"<string>\",\n  \"field_labels\": [\n    \"<string,null>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "c05c2620-7db3-4b0b-89dd-1523f85d15b7",
     "name": "Guarda etiquetas personalizadas de campos para un módulo.\nPermite al admin del workspace renombrar campos de negocio sin tocar código.\nUn valor vacío elimina el override (vuelve a la etiqueta del sistema)",
     "request": {
      "name": "Guarda etiquetas personalizadas de campos para un módulo.\nPermite al admin del workspace renombrar campos de negocio sin tocar código.\nUn valor vacío elimina el override (vuelve a la etiqueta del sistema)",
      "description": {},
      "url": {
       "path": [
        "admin",
        "module-evaluator-roles"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "PUT",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"module\": \"<string>\",\n  \"evaluator_role_ids\": [\n    \"<integer>\"\n  ]\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "302950ae-0591-4bed-83a3-989f1b4ce9f0",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "module-evaluator-roles"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"module\": \"<string>\",\n  \"evaluator_role_ids\": [\n    \"<integer>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\",\n  \"data\": {\n    \"evaluator_role_ids\": \"<string>\"\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "e074f710-a50a-4eb4-87c7-46a0294e8321",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "module-evaluator-roles"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"module\": \"<string>\",\n  \"evaluator_role_ids\": [\n    \"<integer>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "afe226dd-5e5e-4780-bf22-983eedc8ec8a",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "module-evaluator-roles"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"module\": \"<string>\",\n  \"evaluator_role_ids\": [\n    \"<integer>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "798184c9-8561-44f7-9952-5d9b585a6d1c",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "module-evaluator-roles"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"module\": \"<string>\",\n  \"evaluator_role_ids\": [\n    \"<integer>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "65f7a0fb-3056-4bac-9459-348568e64f2f",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "module-evaluator-roles"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"module\": \"<string>\",\n  \"evaluator_role_ids\": [\n    \"<integer>\"\n  ]\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "4d5d534c-694a-4442-a0b9-cb5e51fdc727",
     "name": "Devuelve las preferencias de tema del usuario para la app actual",
     "request": {
      "name": "Devuelve las preferencias de tema del usuario para la app actual",
      "description": {},
      "url": {
       "path": [
        "settings",
        "theme"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "a7b0a0cd-4321-4591-bd8c-f24a0317d5bd",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "settings",
          "theme"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"data\": {\n    \"theme\": \"<string>\"\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "88a4aaa2-b902-48f7-b801-6a4235d20514",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "settings",
          "theme"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "efe6f243-be7c-4434-bfa2-bc3cb1a4f240",
     "name": "Guarda las preferencias de tema personales del usuario para la app actual.\nCada usuario puede tener su propio tema sin afectar al resto del workspace",
     "request": {
      "name": "Guarda las preferencias de tema personales del usuario para la app actual.\nCada usuario puede tener su propio tema sin afectar al resto del workspace",
      "description": {},
      "url": {
       "path": [
        "settings",
        "theme"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "PUT",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"primary\": \"<string,null>\",\n  \"secondary\": \"<string,null>\",\n  \"sidebar_bg\": \"<string,null>\",\n  \"header_bg\": \"<string,null>\",\n  \"header_text\": \"<string,null>\",\n  \"background\": \"<string,null>\",\n  \"text\": \"<string,null>\",\n  \"text_secondary\": \"<string,null>\",\n  \"accent\": \"<string,null>\",\n  \"success\": \"<string,null>\",\n  \"danger\": \"<string,null>\",\n  \"warning\": \"<string,null>\",\n  \"info\": \"<string,null>\",\n  \"font_family\": \"<string,null>\",\n  \"font_weight\": \"<string,null>\",\n  \"heading_weight\": \"<string,null>\"\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "0895e5b1-d188-4ca0-93c4-c7f855d3cf23",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "settings",
          "theme"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"primary\": \"<string,null>\",\n  \"secondary\": \"<string,null>\",\n  \"sidebar_bg\": \"<string,null>\",\n  \"header_bg\": \"<string,null>\",\n  \"header_text\": \"<string,null>\",\n  \"background\": \"<string,null>\",\n  \"text\": \"<string,null>\",\n  \"text_secondary\": \"<string,null>\",\n  \"accent\": \"<string,null>\",\n  \"success\": \"<string,null>\",\n  \"danger\": \"<string,null>\",\n  \"warning\": \"<string,null>\",\n  \"info\": \"<string,null>\",\n  \"font_family\": \"<string,null>\",\n  \"font_weight\": \"<string,null>\",\n  \"heading_weight\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\",\n  \"data\": {\n    \"theme\": \"<string>\"\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "8b14ccdc-a259-4b0e-a7a3-8107a88f168c",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "settings",
          "theme"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"primary\": \"<string,null>\",\n  \"secondary\": \"<string,null>\",\n  \"sidebar_bg\": \"<string,null>\",\n  \"header_bg\": \"<string,null>\",\n  \"header_text\": \"<string,null>\",\n  \"background\": \"<string,null>\",\n  \"text\": \"<string,null>\",\n  \"text_secondary\": \"<string,null>\",\n  \"accent\": \"<string,null>\",\n  \"success\": \"<string,null>\",\n  \"danger\": \"<string,null>\",\n  \"warning\": \"<string,null>\",\n  \"info\": \"<string,null>\",\n  \"font_family\": \"<string,null>\",\n  \"font_weight\": \"<string,null>\",\n  \"heading_weight\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "aba5451e-4567-4faf-9d6e-9fa65986b784",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "settings",
          "theme"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"primary\": \"<string,null>\",\n  \"secondary\": \"<string,null>\",\n  \"sidebar_bg\": \"<string,null>\",\n  \"header_bg\": \"<string,null>\",\n  \"header_text\": \"<string,null>\",\n  \"background\": \"<string,null>\",\n  \"text\": \"<string,null>\",\n  \"text_secondary\": \"<string,null>\",\n  \"accent\": \"<string,null>\",\n  \"success\": \"<string,null>\",\n  \"danger\": \"<string,null>\",\n  \"warning\": \"<string,null>\",\n  \"info\": \"<string,null>\",\n  \"font_family\": \"<string,null>\",\n  \"font_weight\": \"<string,null>\",\n  \"heading_weight\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "974a8a4c-26f3-45ee-92bd-57b6d8b1d2b7",
     "name": "Devuelve el tema del workspace (app_config.theme) fresco desde la BD.\nUsado por el frontend para sincronizar localStorage tras cambios externos",
     "request": {
      "name": "Devuelve el tema del workspace (app_config.theme) fresco desde la BD.\nUsado por el frontend para sincronizar localStorage tras cambios externos",
      "description": {},
      "url": {
       "path": [
        "settings",
        "workspace-theme"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "9a9a49d6-18be-46b6-8809-0be421ca1bc8",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "settings",
          "workspace-theme"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"data\": {\n    \"theme\": \"<string>\"\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "251fa73d-0738-467b-be58-9c7dbd0cec4f",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "settings",
          "workspace-theme"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "75a88bbb-1a19-4342-8c79-e441fb1f8c90",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "settings",
          "workspace-theme"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "10e1d595-6a2d-4d13-9e49-576911e802c4",
       "name": "422",
       "originalRequest": {
        "url": {
         "path": [
          "settings",
          "workspace-theme"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    }
   ]
  },
  {
   "name": "Workspace",
   "description": "",
   "item": [
    {
     "id": "6a2bdb0f-9f6b-46ae-b204-ebd6a37543ea",
     "name": "v1.workspaces.index",
     "request": {
      "name": "v1.workspaces.index",
      "description": {},
      "url": {
       "path": [
        "workspaces"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "bdfb3821-f8d1-4723-b9b0-c6f5a24cd9a3",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "workspaces"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"data\": \"<string>\",\n  \"meta\": {\n    \"current_page\": \"<integer>\",\n    \"last_page\": \"<integer>\",\n    \"per_page\": \"<integer>\",\n    \"total\": \"<integer>\",\n    \"has_more\": \"<boolean>\",\n    \"from\": \"<integer,null>\",\n    \"to\": \"<integer,null>\"\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "a9ce7f56-45c6-401c-aec7-68b345388c16",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "workspaces"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "4caf9b37-7717-4128-9e11-22611e20a0d1",
     "name": "v1.workspaces.store",
     "request": {
      "name": "v1.workspaces.store",
      "description": {},
      "url": {
       "path": [
        "workspaces"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "3b781a0e-909c-4a5a-b8fe-f5c44af2bdbc",
       "name": "201",
       "originalRequest": {
        "url": {
         "path": [
          "workspaces"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {}
       },
       "status": "Created",
       "code": 201,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"token\": \"<string>\",\n    \"url\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "9eea0fae-c7a7-4996-a87f-40ef5bb5b7f9",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "workspaces"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "4aa24283-5da6-4210-930b-55dcec37b592",
       "name": "422",
       "originalRequest": {
        "url": {
         "path": [
          "workspaces"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {}
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"errors\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "d1903bdf-7c36-4dc6-8c24-f3463417cbb3",
     "name": "v1.workspaces.show",
     "request": {
      "name": "v1.workspaces.show",
      "description": {},
      "url": {
       "path": [
        "workspaces",
        ":id"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "0c068bab-5f99-43c3-a762-fe6f8c3452f7",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "workspaces",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"data\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "43289782-7cf1-46ab-b0ec-2f28bf1468b1",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "workspaces",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "736d9363-6346-498d-a78b-131e84ddd4d2",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "workspaces",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"UNAUTHENTICATED\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "05f2c798-cac0-45b1-a66d-1816b6b14127",
     "name": "v1.workspaces.update",
     "request": {
      "name": "v1.workspaces.update",
      "description": {},
      "url": {
       "path": [
        "workspaces",
        ":id"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "PUT",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "361697d8-7451-4ca8-89d4-68e353abd5cd",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "workspaces",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"data\": \"<string>\",\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "579eb229-6b2f-4a73-b186-6c633bc4d6ff",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "workspaces",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "6a0b1de7-5162-4d71-96de-15a914c6281e",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "workspaces",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {}
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"UNAUTHENTICATED\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "48c15293-0739-4477-bed1-0c45672e66c7",
     "name": "v1.workspaces.destroy",
     "request": {
      "name": "v1.workspaces.destroy",
      "description": {},
      "url": {
       "path": [
        "workspaces",
        ":id"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "DELETE",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "248850e1-8717-493a-8b89-791f001858c6",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "workspaces",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "c3030bca-8474-4b6b-8d30-0b284dede573",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "workspaces",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "95256110-57d7-4df6-a1ab-61ecb8ee09c4",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "workspaces",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"UNAUTHENTICATED\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "8d407292-6228-4b89-87ae-01907a926019",
     "name": "workspace.my Account",
     "request": {
      "name": "workspace.my Account",
      "description": {},
      "url": {
       "path": [
        "account"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "31dd37b3-9778-462c-8ca4-81a194399c07",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "account"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\",\n    \"code\": \"<string>\",\n    \"app_key\": \"<string,null>\",\n    \"description\": \"<string,null>\",\n    \"industry\": \"<string>\",\n    \"industries\": \"<string,null>\",\n    \"modules\": [\n      \"\",\n      \"\"\n    ],\n    \"api_prefix\": \"<string>\",\n    \"allowed_origins\": \"<string,null>\",\n    \"frontend_urls\": [\n      \"\",\n      \"\"\n    ],\n    \"default_plan_id\": \"<integer,null>\",\n    \"settings\": null,\n    \"version\": \"<string>\",\n    \"webhook_urls\": \"<string,null>\",\n    \"status\": \"<string>\",\n    \"requires_subscription\": \"<integer>\",\n    \"monthly_cost\": \"<string,null>\",\n    \"created_at\": \"<string,null-date-time>\",\n    \"updated_at\": \"<string,null-date-time>\"\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "3188b0d1-ba5e-4b5c-8c44-5eb7fe01aa4a",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "account"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    }
   ]
  },
  {
   "name": "WorkspaceRole",
   "description": "",
   "item": [
    {
     "id": "fc4a00bf-12ec-4312-becc-7f8564779d3c",
     "name": "GET /admin/roles\nLista roles activos del workspace scoped a la aplicación activa",
     "request": {
      "name": "GET /admin/roles\nLista roles activos del workspace scoped a la aplicación activa",
      "description": {},
      "url": {
       "path": [
        "admin",
        "roles"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "f08a48e7-7ec0-4fe8-990f-0ccd018966ba",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "roles"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "<string>",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "166053f9-bef0-4ec2-9298-46c921537d91",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "roles"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "978bf791-b676-4db5-b16b-53563bf51ed2",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "roles"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "c0661690-a371-4648-ba47-efe2739b7bdc",
     "name": "POST /admin/roles\nCrea rol custom → template pendiente de moderación + rol workspace-scoped",
     "request": {
      "name": "POST /admin/roles\nCrea rol custom → template pendiente de moderación + rol workspace-scoped",
      "description": {},
      "url": {
       "path": [
        "admin",
        "roles"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string,null>\",\n  \"level\": \"<integer,null>\",\n  \"icon\": \"<string,null>\",\n  \"color\": \"<string,null>\",\n  \"category\": \"<string,null>\",\n  \"scope\": \"client\",\n  \"permissions\": null\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "27a02b39-9173-4ecd-8607-2b2bf1938df9",
       "name": "201",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "roles"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string,null>\",\n  \"level\": \"<integer,null>\",\n  \"icon\": \"<string,null>\",\n  \"color\": \"<string,null>\",\n  \"category\": \"<string,null>\",\n  \"scope\": \"client\",\n  \"permissions\": null\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Created",
       "code": 201,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\",\n    \"description\": \"<string,null>\",\n    \"icon\": \"<string,null>\",\n    \"color\": \"<string,null>\",\n    \"template_id\": \"<integer,null>\",\n    \"template_version\": \"<integer,null>\",\n    \"template_applied_at\": \"<string,null-date-time>\",\n    \"level\": \"<integer>\",\n    \"scope\": \"<string>\",\n    \"workspace_id\": \"<integer,null>\",\n    \"is_default\": \"<boolean>\",\n    \"is_system\": \"<boolean>\",\n    \"uses_template_permissions\": \"<boolean>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<string,null-date-time>\",\n    \"updated_at\": \"<string,null-date-time>\",\n    \"deleted_at\": \"<string,null-date-time>\"\n  },\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "91a24075-8781-4388-b9bf-296bafa220c9",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "roles"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string,null>\",\n  \"level\": \"<integer,null>\",\n  \"icon\": \"<string,null>\",\n  \"color\": \"<string,null>\",\n  \"category\": \"<string,null>\",\n  \"scope\": \"client\",\n  \"permissions\": null\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "f8989e45-8cd3-4abc-b664-2a47ea87070d",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "roles"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string,null>\",\n  \"level\": \"<integer,null>\",\n  \"icon\": \"<string,null>\",\n  \"color\": \"<string,null>\",\n  \"category\": \"<string,null>\",\n  \"scope\": \"client\",\n  \"permissions\": null\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "7397fe48-0253-4862-a243-2f15a476dd5e",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "roles"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string,null>\",\n  \"level\": \"<integer,null>\",\n  \"icon\": \"<string,null>\",\n  \"color\": \"<string,null>\",\n  \"category\": \"<string,null>\",\n  \"scope\": \"client\",\n  \"permissions\": null\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "8073dbca-1bf8-4281-b949-67dd2d179774",
     "name": "GET /admin/roles/templates\nTemplates disponibles de la industria para la aplicación activa.\nExcluye los ya adoptados, los auto-asignados y los pendientes de moderación",
     "request": {
      "name": "GET /admin/roles/templates\nTemplates disponibles de la industria para la aplicación activa.\nExcluye los ya adoptados, los auto-asignados y los pendientes de moderación",
      "description": {},
      "url": {
       "path": [
        "admin",
        "roles",
        "templates"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "9f699e56-3ac3-4b8c-9c04-531b579bdb0b",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "roles",
          "templates"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "<string>",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "aa2e5f12-aeb9-4bea-9b22-5d554950ab40",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "roles",
          "templates"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "90df9fc3-6267-4be5-9d86-f258914e2b9c",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "roles",
          "templates"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "8ec072e9-518b-41d9-8910-c893ac7bfcbd",
     "name": "GET /admin/roles/{id}/permissions\nPermisos efectivos de un rol (desde template o desde role_permissions según uses_template_permissions)",
     "request": {
      "name": "GET /admin/roles/{id}/permissions\nPermisos efectivos de un rol (desde template o desde role_permissions según uses_template_permissions)",
      "description": {},
      "url": {
       "path": [
        "admin",
        "roles",
        ":id",
        "permissions"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "786210ca-4e7d-49f1-9dbf-db1210311699",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "roles",
          ":id",
          "permissions"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "<string>",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "2ac29d6a-fd8a-4b07-8e38-d71425401d02",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "roles",
          ":id",
          "permissions"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "4fb4aaa1-40f2-4158-b235-3db54e63e5f7",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "roles",
          ":id",
          "permissions"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "22428ddb-89b9-47f9-8387-86ddf1f39b2e",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "roles",
          ":id",
          "permissions"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"UNAUTHENTICATED\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "20cef096-5ab4-4f71-b678-034623af69cc",
     "name": "POST /admin/roles/adopt\nAdopta un template existente → crea rol workspace-scoped en la aplicación activa",
     "request": {
      "name": "POST /admin/roles/adopt\nAdopta un template existente → crea rol workspace-scoped en la aplicación activa",
      "description": {},
      "url": {
       "path": [
        "admin",
        "roles",
        "adopt"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"template_id\": \"<integer>\"\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "6c42521c-9eb5-4ca6-9f9f-dc6f094888e1",
       "name": "201",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "roles",
          "adopt"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"template_id\": \"<integer>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Created",
       "code": 201,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\",\n    \"description\": \"<string,null>\",\n    \"icon\": \"<string,null>\",\n    \"color\": \"<string,null>\",\n    \"template_id\": \"<integer,null>\",\n    \"template_version\": \"<integer,null>\",\n    \"template_applied_at\": \"<string,null-date-time>\",\n    \"level\": \"<integer>\",\n    \"scope\": \"<string>\",\n    \"workspace_id\": \"<integer,null>\",\n    \"is_default\": \"<boolean>\",\n    \"is_system\": \"<boolean>\",\n    \"uses_template_permissions\": \"<boolean>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<string,null-date-time>\",\n    \"updated_at\": \"<string,null-date-time>\",\n    \"deleted_at\": \"<string,null-date-time>\"\n  },\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "ce35dc2b-3db3-4c5f-a623-feb27663730e",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "roles",
          "adopt"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"template_id\": \"<integer>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "a2c048eb-9b7d-458c-9d6c-42b11f16285c",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "roles",
          "adopt"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"template_id\": \"<integer>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "22a265d7-1f64-4d44-8a7d-5426ca625e3e",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "roles",
          "adopt"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"template_id\": \"<integer>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "46c5609b-45b4-411a-9c04-7d5ad6d06f68",
     "name": "PUT /admin/roles/{id}\nActualiza nombre, descripción, nivel y/o permisos de un rol workspace-scoped.\nSi se envían permisos, el rol pasa a gestionar los suyos propios (uses_template_permissions=false)",
     "request": {
      "name": "PUT /admin/roles/{id}\nActualiza nombre, descripción, nivel y/o permisos de un rol workspace-scoped.\nSi se envían permisos, el rol pasa a gestionar los suyos propios (uses_template_permissions=false)",
      "description": {},
      "url": {
       "path": [
        "admin",
        "roles",
        ":id"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "PUT",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string,null>\",\n  \"level\": \"<integer,null>\",\n  \"icon\": \"<string,null>\",\n  \"color\": \"<string,null>\",\n  \"sync_from_template\": \"<boolean>\",\n  \"permissions\": null\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "17f5669e-c69b-4b62-a58a-44a31f6fb269",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "roles",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string,null>\",\n  \"level\": \"<integer,null>\",\n  \"icon\": \"<string,null>\",\n  \"color\": \"<string,null>\",\n  \"sync_from_template\": \"<boolean>\",\n  \"permissions\": null\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "<string>",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "a557cc9c-a19e-47e6-9e29-a63c1e3e2d13",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "roles",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string,null>\",\n  \"level\": \"<integer,null>\",\n  \"icon\": \"<string,null>\",\n  \"color\": \"<string,null>\",\n  \"sync_from_template\": \"<boolean>\",\n  \"permissions\": null\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "ad39e57d-64dd-438f-82c3-459a4ce3b5dd",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "roles",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string,null>\",\n  \"level\": \"<integer,null>\",\n  \"icon\": \"<string,null>\",\n  \"color\": \"<string,null>\",\n  \"sync_from_template\": \"<boolean>\",\n  \"permissions\": null\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "ecce1105-9d4c-4fd2-a724-141ad1e11127",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "roles",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string,null>\",\n  \"level\": \"<integer,null>\",\n  \"icon\": \"<string,null>\",\n  \"color\": \"<string,null>\",\n  \"sync_from_template\": \"<boolean>\",\n  \"permissions\": null\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"UNAUTHENTICATED\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "674b43d9-1491-4f29-b498-aa7a95b2c2ca",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "roles",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string,null>\",\n  \"level\": \"<integer,null>\",\n  \"icon\": \"<string,null>\",\n  \"color\": \"<string,null>\",\n  \"sync_from_template\": \"<boolean>\",\n  \"permissions\": null\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "e143740e-8a52-416a-a035-67131445ac18",
     "name": "DELETE /admin/roles/{id}\nDescarta rol del workspace (soft-delete + quita de app_config de la aplicación activa)",
     "request": {
      "name": "DELETE /admin/roles/{id}\nDescarta rol del workspace (soft-delete + quita de app_config de la aplicación activa)",
      "description": {},
      "url": {
       "path": [
        "admin",
        "roles",
        ":id"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "DELETE",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "eff3088b-abfc-4d00-a8c7-f3621870061d",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "roles",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "<string>",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "a3790300-e781-4008-bee8-3392482843a5",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "roles",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "c6272c5d-70c3-4dc1-9ec8-30466f1276ea",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "roles",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "b877673a-52de-4e51-9022-c7b1dc95ff5d",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "roles",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"UNAUTHENTICATED\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "0ef1f5d2-269a-468a-82d6-c7807393e8c9",
       "name": "422",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "roles",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"CONFLICT\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "00ae9716-34a0-4671-87d8-c4ad4c437dc4",
     "name": "GET /admin/permissions\nTodos los permisos disponibles de la industria del workspace, agrupados por módulo",
     "request": {
      "name": "GET /admin/permissions\nTodos los permisos disponibles de la industria del workspace, agrupados por módulo",
      "description": {},
      "url": {
       "path": [
        "admin",
        "permissions"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "1656d67e-c38c-43f1-a2f9-f015e125dc0a",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "permissions"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "<string>",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "5cb816bc-e512-4aee-b4d3-96fa52c16387",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "permissions"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "835aeec0-de17-4943-ae11-889c3ea2dc04",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "permissions"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "7f1b5ead-46c7-494f-ad1d-eef5a69e274d",
     "name": "POST /admin/permissions\nCrea un permiso custom para el workspace",
     "request": {
      "name": "POST /admin/permissions\nCrea un permiso custom para el workspace",
      "description": {},
      "url": {
       "path": [
        "admin",
        "permissions"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"name\": \"kpsya7b6ar.ceph7gcmzjo\",\n  \"display_name\": \"<string>\",\n  \"group\": \"<string>\",\n  \"module\": \"<string,null>\",\n  \"description\": \"<string,null>\"\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "e3ff5c97-a266-4407-844b-433b0d0a9bd5",
       "name": "201",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "permissions"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"name\": \"kpsya7b6ar.ceph7gcmzjo\",\n  \"display_name\": \"<string>\",\n  \"group\": \"<string>\",\n  \"module\": \"<string,null>\",\n  \"description\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Created",
       "code": 201,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"group\": \"<string>\",\n    \"application_id\": \"<integer,null>\",\n    \"industries\": [\n      \"\",\n      \"\"\n    ],\n    \"module\": \"<string,null>\",\n    \"description\": \"<string,null>\",\n    \"is_system\": \"<boolean>\",\n    \"scope\": \"<string>\",\n    \"min_level\": \"<integer,null>\",\n    \"workspace_id\": \"<integer,null>\",\n    \"created_at\": \"<string,null-date-time>\",\n    \"updated_at\": \"<string,null-date-time>\"\n  },\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "595236cd-5d81-404f-b2cd-acac0dfef603",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "permissions"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"name\": \"kpsya7b6ar.ceph7gcmzjo\",\n  \"display_name\": \"<string>\",\n  \"group\": \"<string>\",\n  \"module\": \"<string,null>\",\n  \"description\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "4fe30921-8936-4fab-9dba-8e6eaa2e5cda",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "permissions"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"name\": \"kpsya7b6ar.ceph7gcmzjo\",\n  \"display_name\": \"<string>\",\n  \"group\": \"<string>\",\n  \"module\": \"<string,null>\",\n  \"description\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "f00114f3-a891-42c5-b82e-1789baebee51",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "permissions"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"name\": \"kpsya7b6ar.ceph7gcmzjo\",\n  \"display_name\": \"<string>\",\n  \"group\": \"<string>\",\n  \"module\": \"<string,null>\",\n  \"description\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "d692a1e0-d122-4e14-8d91-bca3f7431fc2",
     "name": "GET /admin/permissions/check-name\nVerifica disponibilidad de un nombre de permiso",
     "request": {
      "name": "GET /admin/permissions/check-name\nVerifica disponibilidad de un nombre de permiso",
      "description": {},
      "url": {
       "path": [
        "admin",
        "permissions",
        "check-name"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [
        {
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         },
         "key": "name",
         "value": "<string>"
        }
       ],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "5c793d4e-773d-4e59-bac2-5414b9a5f1fb",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "permissions",
          "check-name"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "key": "name",
           "value": "<string>"
          }
         ],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"available\": \"<boolean>\",\n    \"reason\": \"<null>\"\n  },\n  \"message\": \"<null>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "088c0371-dbd3-4b34-bd9b-ed7e080c7d73",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "permissions",
          "check-name"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "key": "name",
           "value": "<string>"
          }
         ],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "f0de1ee4-57fb-4b65-9123-15a79c574a4d",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "permissions",
          "check-name"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "key": "name",
           "value": "<string>"
          }
         ],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "672ad40c-85cf-4bcc-9eb3-6c3e8016c385",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "permissions",
          "check-name"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "key": "name",
           "value": "<string>"
          }
         ],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "e20bcfc4-6c50-466e-b2d9-d71d43adf36f",
     "name": "GET /admin/permissions/conventions\nConvenciones de filtros de datos disponibles por módulo.\nIncluye los permisos custom del workspace que ya implementan cada convención",
     "request": {
      "name": "GET /admin/permissions/conventions\nConvenciones de filtros de datos disponibles por módulo.\nIncluye los permisos custom del workspace que ya implementan cada convención",
      "description": {},
      "url": {
       "path": [
        "admin",
        "permissions",
        "conventions"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "7aadc8ba-c8b9-41e7-8f95-0b77b3f43ddc",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "permissions",
          "conventions"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "<string>",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "74e05209-2047-4f81-a4ea-8246852dd42c",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "permissions",
          "conventions"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "eb43531a-f441-4922-9ee4-40635024a503",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "permissions",
          "conventions"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "062308c6-13a8-445b-942e-835053f1d2ee",
     "name": "PUT /admin/permissions/{id}\nActualiza display_name, group, module o description de un permiso custom",
     "request": {
      "name": "PUT /admin/permissions/{id}\nActualiza display_name, group, module o description de un permiso custom",
      "description": {},
      "url": {
       "path": [
        "admin",
        "permissions",
        ":id"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "PUT",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"display_name\": \"<string>\",\n  \"group\": \"<string>\",\n  \"module\": \"<string,null>\",\n  \"description\": \"<string,null>\"\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "e96d80a8-d639-4db3-abcc-d29896b3a598",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "permissions",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"display_name\": \"<string>\",\n  \"group\": \"<string>\",\n  \"module\": \"<string,null>\",\n  \"description\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "<string>",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "7af8c347-9cdf-42b2-8ed3-e05dfd1c1b0d",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "permissions",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"display_name\": \"<string>\",\n  \"group\": \"<string>\",\n  \"module\": \"<string,null>\",\n  \"description\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "d9e45c92-d29c-4fe8-a5bb-fd72d0b826b6",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "permissions",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"display_name\": \"<string>\",\n  \"group\": \"<string>\",\n  \"module\": \"<string,null>\",\n  \"description\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "9c1ca445-b8ad-46f5-bcee-4828c7ee769a",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "permissions",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"display_name\": \"<string>\",\n  \"group\": \"<string>\",\n  \"module\": \"<string,null>\",\n  \"description\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"CONFLICT\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "666221de-ac8d-4468-8d1b-818eb9a8ab93",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "permissions",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"display_name\": \"<string>\",\n  \"group\": \"<string>\",\n  \"module\": \"<string,null>\",\n  \"description\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "143fc7e3-21f8-448e-84d4-3331c15a833e",
     "name": "DELETE /admin/permissions/{id}\nElimina un permiso custom. Rechaza si tiene roles asignados",
     "request": {
      "name": "DELETE /admin/permissions/{id}\nElimina un permiso custom. Rechaza si tiene roles asignados",
      "description": {},
      "url": {
       "path": [
        "admin",
        "permissions",
        ":id"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": [
        {
         "type": "any",
         "value": "<integer>",
         "key": "id",
         "disabled": false,
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         }
        }
       ]
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "DELETE",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "9d2cb40a-8ce2-424c-8f50-fa55fd57bfd4",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "permissions",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "<string>",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "63c96723-8edf-411d-9669-4d3a477beede",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "permissions",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "6a7ee476-ab1a-4f27-8d27-a3bff1316d7d",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "permissions",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "693d16c4-aa71-4ac8-acec-d1ed87d62da7",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "permissions",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"SERVER_ERROR\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "598a54bc-f624-4124-a218-fccac1aa9208",
       "name": "422",
       "originalRequest": {
        "url": {
         "path": [
          "admin",
          "permissions",
          ":id"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": [
          {
           "disabled": false,
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "type": "any",
           "value": "<integer>",
           "key": "id"
          }
         ]
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "DELETE",
        "body": {}
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"CONFLICT\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    }
   ]
  },
  {
   "name": "WorkspaceSettings",
   "description": "",
   "item": [
    {
     "id": "803bd8cc-9a1b-4ed4-9c50-b257bd4dcf5f",
     "name": "Retorna los datos de la empresa y del workspace para la vista de configuración",
     "request": {
      "name": "Retorna los datos de la empresa y del workspace para la vista de configuración",
      "description": {},
      "url": {
       "path": [
        "settings",
        "workspace"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "GET",
      "body": {},
      "auth": null
     },
     "response": [
      {
       "id": "7a987e03-2b6b-43d7-bef9-775feb6173f2",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "settings",
          "workspace"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"workspace\": {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"slug\": \"<string>\",\n      \"description\": \"<string>\",\n      \"timezone\": \"<string>\",\n      \"branding\": \"<string>\",\n      \"logo_url\": \"<string,null>\"\n    },\n    \"company\": null\n  },\n  \"message\": \"<null>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "50ecd1ec-4c1e-4456-9813-77d1c8c85610",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "settings",
          "workspace"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "cae4a8ad-054e-4a73-b47d-ba10fcd1ff8c",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "settings",
          "workspace"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "67c2c059-8ca0-4ea0-83d3-e0f3d4ff2808",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "settings",
          "workspace"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "GET",
        "body": {}
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"NOT_FOUND\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "f9926ae2-8167-4816-8c2e-f3d79d83e7c0",
     "name": "Actualiza los datos de la empresa y el nombre/descripción del workspace",
     "request": {
      "name": "Actualiza los datos de la empresa y el nombre/descripción del workspace",
      "description": {},
      "url": {
       "path": [
        "settings",
        "workspace",
        "company"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "application/json"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "PUT",
      "body": {
       "mode": "raw",
       "raw": "{\n  \"legal_name\": \"<string>\",\n  \"nit\": \"<string,null>\",\n  \"dba\": \"<string,null>\",\n  \"email\": \"<string,null-email>\",\n  \"web\": \"<string,null>\",\n  \"phone\": \"<string,null>\",\n  \"address\": \"<string,null>\",\n  \"workspace_name\": \"<string,null>\",\n  \"workspace_description\": \"<string,null>\",\n  \"timezone\": \"<string,null>\"\n}",
       "options": {
        "raw": {
         "headerFamily": "json",
         "language": "json"
        }
       }
      },
      "auth": null
     },
     "response": [
      {
       "id": "858a8126-fd07-4c93-960d-8455f0debd0f",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "settings",
          "workspace",
          "company"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"legal_name\": \"<string>\",\n  \"nit\": \"<string,null>\",\n  \"dba\": \"<string,null>\",\n  \"email\": \"<string,null-email>\",\n  \"web\": \"<string,null>\",\n  \"phone\": \"<string,null>\",\n  \"address\": \"<string,null>\",\n  \"workspace_name\": \"<string,null>\",\n  \"workspace_description\": \"<string,null>\",\n  \"timezone\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"company\": \"<string>\",\n    \"workspace\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "ed95d188-2872-42ae-aaa1-1405e76392e5",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "settings",
          "workspace",
          "company"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"legal_name\": \"<string>\",\n  \"nit\": \"<string,null>\",\n  \"dba\": \"<string,null>\",\n  \"email\": \"<string,null-email>\",\n  \"web\": \"<string,null>\",\n  \"phone\": \"<string,null>\",\n  \"address\": \"<string,null>\",\n  \"workspace_name\": \"<string,null>\",\n  \"workspace_description\": \"<string,null>\",\n  \"timezone\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "0a1015a6-e130-49b4-b3ee-2bb95718bff1",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "settings",
          "workspace",
          "company"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"legal_name\": \"<string>\",\n  \"nit\": \"<string,null>\",\n  \"dba\": \"<string,null>\",\n  \"email\": \"<string,null-email>\",\n  \"web\": \"<string,null>\",\n  \"phone\": \"<string,null>\",\n  \"address\": \"<string,null>\",\n  \"workspace_name\": \"<string,null>\",\n  \"workspace_description\": \"<string,null>\",\n  \"timezone\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "ade25efa-90cf-471b-8dab-003346bf62e6",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "settings",
          "workspace",
          "company"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"legal_name\": \"<string>\",\n  \"nit\": \"<string,null>\",\n  \"dba\": \"<string,null>\",\n  \"email\": \"<string,null-email>\",\n  \"web\": \"<string,null>\",\n  \"phone\": \"<string,null>\",\n  \"address\": \"<string,null>\",\n  \"workspace_name\": \"<string,null>\",\n  \"workspace_description\": \"<string,null>\",\n  \"timezone\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"NOT_FOUND\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "b029f9dd-7927-4c1c-b386-2d75ee774f3f",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "settings",
          "workspace",
          "company"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "application/json"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "PUT",
        "body": {
         "mode": "raw",
         "raw": "{\n  \"legal_name\": \"<string>\",\n  \"nit\": \"<string,null>\",\n  \"dba\": \"<string,null>\",\n  \"email\": \"<string,null-email>\",\n  \"web\": \"<string,null>\",\n  \"phone\": \"<string,null>\",\n  \"address\": \"<string,null>\",\n  \"workspace_name\": \"<string,null>\",\n  \"workspace_description\": \"<string,null>\",\n  \"timezone\": \"<string,null>\"\n}",
         "options": {
          "raw": {
           "headerFamily": "json",
           "language": "json"
          }
         }
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    },
    {
     "id": "5108f7c1-0324-4030-abee-ef47154cd9d3",
     "name": "Sube el logo de la empresa al directorio de almacenamiento del workspace.\nGuarda la ruta en workspaces.branding.logo",
     "request": {
      "name": "Sube el logo de la empresa al directorio de almacenamiento del workspace.\nGuarda la ruta en workspaces.branding.logo",
      "description": {},
      "url": {
       "path": [
        "settings",
        "workspace",
        "logo"
       ],
       "host": [
        "{{baseUrl}}"
       ],
       "query": [],
       "variable": []
      },
      "header": [
       {
        "key": "Content-Type",
        "value": "multipart/form-data"
       },
       {
        "key": "Accept",
        "value": "application/json"
       },
       {
        "key": "X-App-Key",
        "value": "{{app_key}}"
       },
       {
        "key": "X-Workspace-ID",
        "value": "{{workspace_id}}"
       }
      ],
      "method": "POST",
      "body": {
       "mode": "formdata",
       "formdata": [
        {
         "description": {
          "content": "(Required) ",
          "type": "text/plain"
         },
         "key": "logo",
         "type": "file"
        }
       ]
      },
      "auth": null
     },
     "response": [
      {
       "id": "7fa0329e-bbcc-4c06-9e93-709537518eeb",
       "name": "200",
       "originalRequest": {
        "url": {
         "path": [
          "settings",
          "workspace",
          "logo"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "multipart/form-data"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "formdata",
         "formdata": [
          {
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "key": "logo",
           "type": "file"
          }
         ]
        }
       },
       "status": "OK",
       "code": 200,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"data\": {\n    \"logo_url\": \"<string,null>\"\n  },\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "a6d64948-25fd-40e4-8a6a-5d43bb2cd911",
       "name": "Unauthenticated",
       "originalRequest": {
        "url": {
         "path": [
          "settings",
          "workspace",
          "logo"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "multipart/form-data"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "formdata",
         "formdata": [
          {
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "key": "logo",
           "type": "file"
          }
         ]
        }
       },
       "status": "Unauthorized",
       "code": 401,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "e4c55336-0dfd-44cf-806a-7e6e0fe0a732",
       "name": "Authorization error",
       "originalRequest": {
        "url": {
         "path": [
          "settings",
          "workspace",
          "logo"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "multipart/form-data"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "formdata",
         "formdata": [
          {
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "key": "logo",
           "type": "file"
          }
         ]
        }
       },
       "status": "Forbidden",
       "code": 403,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "c3e76d89-cf91-4d5c-89eb-5fbccaf6d7d0",
       "name": "404",
       "originalRequest": {
        "url": {
         "path": [
          "settings",
          "workspace",
          "logo"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "multipart/form-data"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "formdata",
         "formdata": [
          {
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "key": "logo",
           "type": "file"
          }
         ]
        }
       },
       "status": "Not Found",
       "code": 404,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"status\": \"<string>\",\n  \"code\": \"<integer>\",\n  \"error_code\": \"NOT_FOUND\",\n  \"message\": \"<string>\",\n  \"details\": \"<string>\"\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      },
      {
       "id": "f3b81ca2-a59e-450d-b635-34a5be032164",
       "name": "Validation error",
       "originalRequest": {
        "url": {
         "path": [
          "settings",
          "workspace",
          "logo"
         ],
         "host": [
          "{{baseUrl}}"
         ],
         "query": [],
         "variable": []
        },
        "header": [
         {
          "key": "Content-Type",
          "value": "multipart/form-data"
         },
         {
          "key": "Accept",
          "value": "application/json"
         }
        ],
        "method": "POST",
        "body": {
         "mode": "formdata",
         "formdata": [
          {
           "description": {
            "content": "(Required) ",
            "type": "text/plain"
           },
           "key": "logo",
           "type": "file"
          }
         ]
        }
       },
       "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
       "code": 422,
       "header": [
        {
         "key": "Content-Type",
         "value": "application/json"
        }
       ],
       "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
       "cookie": [],
       "_postman_previewlanguage": "json"
      }
     ],
     "event": [],
     "protocolProfileBehavior": {
      "disableBodyPruning": true
     }
    }
   ]
  }
 ],
 "auth": {
  "type": "bearer",
  "bearer": [
   {
    "type": "any",
    "value": "{{bearerToken}}",
    "key": "token"
   }
  ]
 },
 "event": [],
 "variable": [
  {
   "key": "baseUrl",
   "value": "https://api.conntodo.com/api/v1"
  }
 ],
 "info": {
  "_postman_id": "c96cd45e-61eb-4929-9346-888b57e25d2e",
  "name": "Conntodo CRM — API Docs",
  "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
  "description": {
   "content": "API REST multi-aplicación de Conntodo CRM. Autenticación via Passport (Bearer token). Todos los endpoints requieren los headers `X-Workspace-ID` y `X-App-ID`.",
   "type": "text/plain"
  }
 }
}
