{
  "item": [
    {
      "id": "1ade8744-7e9e-4d4a-bde6-d1bfc7d41eee",
      "name": "Attachment",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "acccbc00-feef-448f-812e-17856217530a",
          "name": "/api/v2/attachment/reject",
          "request": {
            "name": "/api/v2/attachment/reject",
            "description": {},
            "url": {
              "path": [
                "api",
                "v2",
                "attachment",
                "reject"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "disabled": false,
                "description": "Language Header",
                "key": "Content-Language",
                "value": ""
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"operationMemberId\": 1937,\n  \"rejectedAttachments\": [\n    {\n      \"id\": 4492,\n      \"reason\": \"string\"\n    },\n    {\n      \"id\": 5946,\n      \"reason\": \"string\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "6214cea4-f511-4d90-91f1-633ce6499ad9",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v2",
                    "attachment",
                    "reject"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-Api-Key",
                    "value": "<API Key>"
                  },
                  {
                    "disabled": false,
                    "description": "Language Header",
                    "key": "Content-Language",
                    "value": ""
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"operationMemberId\": 5471,\n  \"rejectedAttachments\": [\n    {\n      \"id\": 7186,\n      \"reason\": \"string\"\n    },\n    {\n      \"id\": 9290,\n      \"reason\": \"string\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6b63a0b7-1f7b-4433-ae76-d4be2752005b",
          "name": "/api/v2/attachment/approve",
          "request": {
            "name": "/api/v2/attachment/approve",
            "description": {},
            "url": {
              "path": [
                "api",
                "v2",
                "attachment",
                "approve"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "disabled": false,
                "description": "Language Header",
                "key": "Content-Language",
                "value": ""
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"operationMemberId\": 526,\n  \"attachmentIds\": [\n    3265,\n    4307\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "55984e39-9873-44d0-a6fb-23f6e897cbbb",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v2",
                    "attachment",
                    "approve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-Api-Key",
                    "value": "<API Key>"
                  },
                  {
                    "disabled": false,
                    "description": "Language Header",
                    "key": "Content-Language",
                    "value": ""
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"operationMemberId\": 5166,\n  \"attachmentIds\": [\n    1029,\n    6326\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b78acf1d-b93c-475c-a80b-781109ca5d0d",
          "name": "/api/v2/attachment/member/:memberId",
          "request": {
            "name": "/api/v2/attachment/member/:memberId",
            "description": {},
            "url": {
              "path": [
                "api",
                "v2",
                "attachment",
                "member",
                ":memberId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "780",
                  "key": "memberId",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": "Language Header",
                "key": "Content-Language",
                "value": ""
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "bee06087-51e5-4dcf-a0e8-03006d2d0815",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v2",
                    "attachment",
                    "member",
                    ":memberId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "780",
                      "key": "memberId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-Api-Key",
                    "value": "<API Key>"
                  },
                  {
                    "disabled": false,
                    "description": "Language Header",
                    "key": "Content-Language",
                    "value": ""
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bd13e5fb-244f-4274-8f4e-0a3881676fbe",
          "name": "/api/v2/attachment/:attachmentId/download",
          "request": {
            "name": "/api/v2/attachment/:attachmentId/download",
            "description": {},
            "url": {
              "path": [
                "api",
                "v2",
                "attachment",
                ":attachmentId",
                "download"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "780",
                  "key": "attachmentId",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": "Language Header",
                "key": "Content-Language",
                "value": ""
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "22b6d5ce-7efe-42a5-8efe-d363180be1d2",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v2",
                    "attachment",
                    ":attachmentId",
                    "download"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "780",
                      "key": "attachmentId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-Api-Key",
                    "value": "<API Key>"
                  },
                  {
                    "disabled": false,
                    "description": "Language Header",
                    "key": "Content-Language",
                    "value": ""
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "ea23deff-abc0-4e37-a7be-aead6d2871f1",
      "name": "Document",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "e69766a7-68c8-468c-920c-941f74d6119a",
          "name": "/api/v2/document/upload",
          "request": {
            "name": "/api/v2/document/upload",
            "description": {},
            "url": {
              "path": [
                "api",
                "v2",
                "document",
                "upload"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "disabled": false,
                "description": "Language Header",
                "key": "Content-Language",
                "value": ""
              },
              {
                "key": "Content-Type",
                "value": "multipart/form-data"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "file",
                  "type": "file",
                  "description": "(Required) "
                }
              ]
            }
          },
          "response": [
            {
              "id": "fbbcf042-2c54-4955-a407-95e4232aefb1",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v2",
                    "document",
                    "upload"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-Api-Key",
                    "value": "<API Key>"
                  },
                  {
                    "disabled": false,
                    "description": "Language Header",
                    "key": "Content-Language",
                    "value": ""
                  }
                ],
                "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": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "808ba353-efa9-4d7f-8216-7f89c2333332",
      "name": "Operation",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "67533b8d-6a67-4f2a-9fc5-137041a659d7",
          "name": "/api/v1/operation",
          "request": {
            "name": "/api/v1/operation",
            "description": {},
            "url": {
              "path": [
                "api",
                "v1",
                "operation"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "disabled": false,
                "description": "Language Header",
                "key": "Content-Language",
                "value": ""
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"files\": [\n    {\n      \"id\": \"string\",\n      \"description\": \"string\"\n    },\n    {\n      \"id\": \"string\",\n      \"description\": \"string\"\n    }\n  ],\n  \"name\": \"string\",\n  \"optionalMessage\": \"string\",\n  \"order\": true,\n  \"externalId\": \"string\",\n  \"displayCover\": true,\n  \"language\": \"string\",\n  \"memberMovementWarning\": false,\n  \"groups\": [\n    8131,\n    4633\n  ],\n  \"members\": [\n    {\n      \"name\": \"string\",\n      \"email\": \"string\",\n      \"phone\": \"string\",\n      \"cpf\": \"string\",\n      \"orderPosition\": 7253,\n      \"notificationChannel\": \"WhatsApp\",\n      \"authenticationChannel\": \"Email\",\n      \"geoRequired\": false,\n      \"doubleAuthentication\": true,\n      \"observer\": true,\n      \"role\": \"string\",\n      \"signatureType\": \"CloudCertificate\",\n      \"hasSignatureTag\": false,\n      \"signPositionTag\": \"string\",\n      \"hasRubricTag\": true,\n      \"rubricTag\": \"string\",\n      \"antifraudFeature\": \"Disabled\",\n      \"formTitle\": \"string\",\n      \"formDescription\": \"string\",\n      \"signatures\": [\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": true,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": false,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"formFields\": [\n        {\n          \"documentId\": \"string\",\n          \"name\": \"string\",\n          \"value\": \"string\",\n          \"type\": \"Name\",\n          \"fieldType\": \"Email\",\n          \"description\": \"string\",\n          \"required\": true,\n          \"multiple\": true,\n          \"min\": 4670,\n          \"max\": 3504,\n          \"order\": 9842,\n          \"options\": [\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"variant\": \"Checkbox\",\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"documentId\": \"string\",\n          \"name\": \"string\",\n          \"value\": \"string\",\n          \"type\": \"Others\",\n          \"fieldType\": \"Email\",\n          \"description\": \"string\",\n          \"required\": true,\n          \"multiple\": false,\n          \"min\": 7521,\n          \"max\": 6043,\n          \"order\": 5124,\n          \"options\": [\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"variant\": \"Checkbox\",\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"rubrics\": [\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": false,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": false,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"attachments\": [\n        {\n          \"name\": \"string\",\n          \"description\": \"string\",\n          \"required\": false,\n          \"fileType\": [\n            \"string\",\n            \"string\"\n          ],\n          \"filesAllowed\": 415,\n          \"inputAttachment\": [\n            \"CameraSideBack\",\n            \"CameraSideFront\"\n          ],\n          \"validateImage\": false,\n          \"authentication\": false\n        },\n        {\n          \"name\": \"string\",\n          \"description\": \"string\",\n          \"required\": false,\n          \"fileType\": [\n            \"string\",\n            \"string\"\n          ],\n          \"filesAllowed\": 776,\n          \"inputAttachment\": [\n            \"CameraSideFront\",\n            \"CameraSideFront\"\n          ],\n          \"validateImage\": false,\n          \"authentication\": false\n        }\n      ]\n    },\n    {\n      \"name\": \"string\",\n      \"email\": \"string\",\n      \"phone\": \"string\",\n      \"cpf\": \"string\",\n      \"orderPosition\": 8062,\n      \"notificationChannel\": \"SMS\",\n      \"authenticationChannel\": \"Email\",\n      \"geoRequired\": true,\n      \"doubleAuthentication\": true,\n      \"observer\": false,\n      \"role\": \"string\",\n      \"signatureType\": \"Certificate\",\n      \"hasSignatureTag\": false,\n      \"signPositionTag\": \"string\",\n      \"hasRubricTag\": true,\n      \"rubricTag\": \"string\",\n      \"antifraudFeature\": \"FacialCpfSerpro\",\n      \"formTitle\": \"string\",\n      \"formDescription\": \"string\",\n      \"signatures\": [\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": true,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": false,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"formFields\": [\n        {\n          \"documentId\": \"string\",\n          \"name\": \"string\",\n          \"value\": \"string\",\n          \"type\": \"Phone\",\n          \"fieldType\": \"Email\",\n          \"description\": \"string\",\n          \"required\": false,\n          \"multiple\": true,\n          \"min\": 1214,\n          \"max\": 6952,\n          \"order\": 7013,\n          \"options\": [\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"variant\": \"Checkbox\",\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"documentId\": \"string\",\n          \"name\": \"string\",\n          \"value\": \"string\",\n          \"type\": \"Name\",\n          \"fieldType\": \"Date\",\n          \"description\": \"string\",\n          \"required\": true,\n          \"multiple\": false,\n          \"min\": 3392,\n          \"max\": 4318,\n          \"order\": 5915,\n          \"options\": [\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"variant\": \"List\",\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"rubrics\": [\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": false,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": false,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"attachments\": [\n        {\n          \"name\": \"string\",\n          \"description\": \"string\",\n          \"required\": false,\n          \"fileType\": [\n            \"string\",\n            \"string\"\n          ],\n          \"filesAllowed\": 615,\n          \"inputAttachment\": [\n            \"CameraSideFront\",\n            \"UploadFile\"\n          ],\n          \"validateImage\": true,\n          \"authentication\": true\n        },\n        {\n          \"name\": \"string\",\n          \"description\": \"string\",\n          \"required\": true,\n          \"fileType\": [\n            \"string\",\n            \"string\"\n          ],\n          \"filesAllowed\": 2296,\n          \"inputAttachment\": [\n            \"UploadFile\",\n            \"UploadFile\"\n          ],\n          \"validateImage\": true,\n          \"authentication\": true\n        }\n      ]\n    }\n  ],\n  \"brandingId\": 2626,\n  \"operationModelId\": 1013,\n  \"manualFinish\": {\n    \"hasManualFinish\": false,\n    \"date\": \"1948-10-07T09:21:54.708Z\"\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "7c46977e-530f-4cad-b506-bb288c6823e4",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "operation"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-Api-Key",
                    "value": "<API Key>"
                  },
                  {
                    "disabled": false,
                    "description": "Language Header",
                    "key": "Content-Language",
                    "value": ""
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"files\": [\n    {\n      \"id\": \"string\",\n      \"description\": \"string\"\n    },\n    {\n      \"id\": \"string\",\n      \"description\": \"string\"\n    }\n  ],\n  \"name\": \"string\",\n  \"optionalMessage\": \"string\",\n  \"order\": true,\n  \"externalId\": \"string\",\n  \"displayCover\": true,\n  \"language\": \"string\",\n  \"memberMovementWarning\": false,\n  \"groups\": [\n    7605,\n    6922\n  ],\n  \"members\": [\n    {\n      \"name\": \"string\",\n      \"email\": \"string\",\n      \"phone\": \"string\",\n      \"cpf\": \"string\",\n      \"orderPosition\": 5644,\n      \"notificationChannel\": \"WhatsApp\",\n      \"authenticationChannel\": \"Email\",\n      \"geoRequired\": true,\n      \"doubleAuthentication\": true,\n      \"observer\": true,\n      \"role\": \"string\",\n      \"signatureType\": \"Certificate\",\n      \"hasSignatureTag\": true,\n      \"signPositionTag\": \"string\",\n      \"hasRubricTag\": false,\n      \"rubricTag\": \"string\",\n      \"antifraudFeature\": \"SelfieSimples\",\n      \"formTitle\": \"string\",\n      \"formDescription\": \"string\",\n      \"signatures\": [\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": true,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": true,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"formFields\": [\n        {\n          \"documentId\": \"string\",\n          \"name\": \"string\",\n          \"value\": \"string\",\n          \"type\": \"Others\",\n          \"fieldType\": \"Select\",\n          \"description\": \"string\",\n          \"required\": true,\n          \"multiple\": true,\n          \"min\": 1896,\n          \"max\": 6612,\n          \"order\": 1914,\n          \"options\": [\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"variant\": \"List\",\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"documentId\": \"string\",\n          \"name\": \"string\",\n          \"value\": \"string\",\n          \"type\": \"Email\",\n          \"fieldType\": \"DateUs\",\n          \"description\": \"string\",\n          \"required\": true,\n          \"multiple\": true,\n          \"min\": 5170,\n          \"max\": 7134,\n          \"order\": 7423,\n          \"options\": [\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"variant\": \"Checkbox\",\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"rubrics\": [\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": true,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": true,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"attachments\": [\n        {\n          \"name\": \"string\",\n          \"description\": \"string\",\n          \"required\": true,\n          \"fileType\": [\n            \"string\",\n            \"string\"\n          ],\n          \"filesAllowed\": 7072,\n          \"inputAttachment\": [\n            \"CameraSideFront\",\n            \"UploadFile\"\n          ],\n          \"validateImage\": false,\n          \"authentication\": true\n        },\n        {\n          \"name\": \"string\",\n          \"description\": \"string\",\n          \"required\": true,\n          \"fileType\": [\n            \"string\",\n            \"string\"\n          ],\n          \"filesAllowed\": 255,\n          \"inputAttachment\": [\n            \"CameraSideFront\",\n            \"CameraSideBack\"\n          ],\n          \"validateImage\": false,\n          \"authentication\": false\n        }\n      ]\n    },\n    {\n      \"name\": \"string\",\n      \"email\": \"string\",\n      \"phone\": \"string\",\n      \"cpf\": \"string\",\n      \"orderPosition\": 4604,\n      \"notificationChannel\": \"Email\",\n      \"authenticationChannel\": \"WhatsApp\",\n      \"geoRequired\": false,\n      \"doubleAuthentication\": true,\n      \"observer\": false,\n      \"role\": \"string\",\n      \"signatureType\": \"Click\",\n      \"hasSignatureTag\": true,\n      \"signPositionTag\": \"string\",\n      \"hasRubricTag\": true,\n      \"rubricTag\": \"string\",\n      \"antifraudFeature\": \"CpfSerpro\",\n      \"formTitle\": \"string\",\n      \"formDescription\": \"string\",\n      \"signatures\": [\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": true,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": true,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"formFields\": [\n        {\n          \"documentId\": \"string\",\n          \"name\": \"string\",\n          \"value\": \"string\",\n          \"type\": \"DateNow\",\n          \"fieldType\": \"TextLetter\",\n          \"description\": \"string\",\n          \"required\": true,\n          \"multiple\": false,\n          \"min\": 955,\n          \"max\": 6039,\n          \"order\": 4132,\n          \"options\": [\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"variant\": \"Checkbox\",\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"documentId\": \"string\",\n          \"name\": \"string\",\n          \"value\": \"string\",\n          \"type\": \"Phone\",\n          \"fieldType\": \"Number\",\n          \"description\": \"string\",\n          \"required\": true,\n          \"multiple\": false,\n          \"min\": 26,\n          \"max\": 8147,\n          \"order\": 2311,\n          \"options\": [\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"variant\": \"List\",\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"rubrics\": [\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": false,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": false,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"attachments\": [\n        {\n          \"name\": \"string\",\n          \"description\": \"string\",\n          \"required\": true,\n          \"fileType\": [\n            \"string\",\n            \"string\"\n          ],\n          \"filesAllowed\": 2442,\n          \"inputAttachment\": [\n            \"CameraSideFront\",\n            \"CameraSideFront\"\n          ],\n          \"validateImage\": false,\n          \"authentication\": false\n        },\n        {\n          \"name\": \"string\",\n          \"description\": \"string\",\n          \"required\": true,\n          \"fileType\": [\n            \"string\",\n            \"string\"\n          ],\n          \"filesAllowed\": 1691,\n          \"inputAttachment\": [\n            \"CameraSideFront\",\n            \"CameraSideBack\"\n          ],\n          \"validateImage\": true,\n          \"authentication\": false\n        }\n      ]\n    }\n  ],\n  \"brandingId\": 3830,\n  \"operationModelId\": 4712,\n  \"manualFinish\": {\n    \"hasManualFinish\": false,\n    \"date\": \"1987-04-06T08:18:56.784Z\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"success\": true,\n  \"statusCode\": 7244,\n  \"data\": {\n    \"success\": false,\n    \"statusCode\": 6731,\n    \"data\": {\n      \"id\": 6897,\n      \"name\": \"string\",\n      \"status\": \"Expired\",\n      \"externalId\": \"string\",\n      \"locale\": \"string\",\n      \"order\": true,\n      \"optionalMessage\": \"string\",\n      \"memberMovementWarning\": false,\n      \"finishManual\": {\n        \"hasManualFinish\": true,\n        \"date\": \"string\"\n      },\n      \"members\": [\n        {\n          \"id\": 4039,\n          \"name\": \"string\",\n          \"email\": \"string\",\n          \"phone\": \"string\",\n          \"order\": 9242,\n          \"role\": \"string\",\n          \"notificationChannel\": \"WhatsApp\",\n          \"doubleAuthentication\": false,\n          \"observer\": false,\n          \"statusMember\": \"Canceled\",\n          \"positions\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"uri\": \"string\",\n          \"shortenedSignatureUrl\": \"string\"\n        },\n        {\n          \"id\": 9214,\n          \"name\": \"string\",\n          \"email\": \"string\",\n          \"phone\": \"string\",\n          \"order\": 5414,\n          \"role\": \"string\",\n          \"notificationChannel\": \"SMS\",\n          \"doubleAuthentication\": false,\n          \"observer\": false,\n          \"statusMember\": \"Canceled\",\n          \"positions\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"uri\": \"string\",\n          \"shortenedSignatureUrl\": \"string\"\n        }\n      ],\n      \"observers\": [\n        {\n          \"id\": 6517,\n          \"name\": \"string\",\n          \"email\": \"string\",\n          \"phone\": \"string\",\n          \"order\": 9388,\n          \"role\": \"string\",\n          \"notificationChannel\": \"Email\",\n          \"doubleAuthentication\": true,\n          \"observer\": true,\n          \"statusMember\": \"Completed\",\n          \"positions\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"uri\": \"string\",\n          \"shortenedSignatureUrl\": \"string\"\n        },\n        {\n          \"id\": 5602,\n          \"name\": \"string\",\n          \"email\": \"string\",\n          \"phone\": \"string\",\n          \"order\": 1840,\n          \"role\": \"string\",\n          \"notificationChannel\": \"SMS\",\n          \"doubleAuthentication\": true,\n          \"observer\": false,\n          \"statusMember\": \"InProgress\",\n          \"positions\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ],\n          \"uri\": \"string\",\n          \"shortenedSignatureUrl\": \"string\"\n        }\n      ],\n      \"files\": [\n        {\n          \"id\": 2525,\n          \"name\": \"string\",\n          \"description\": \"string\",\n          \"size\": \"string\",\n          \"fileSigned\": true,\n          \"status\": \"Review\",\n          \"type\": \"Selfie\"\n        },\n        {\n          \"id\": 6070,\n          \"name\": \"string\",\n          \"description\": \"string\",\n          \"size\": \"string\",\n          \"fileSigned\": true,\n          \"status\": \"Canceled\",\n          \"type\": \"Document\"\n        }\n      ],\n      \"groups\": [\n        {\n          \"groupId\": 4080,\n          \"name\": \"string\"\n        },\n        {\n          \"groupId\": 7383,\n          \"name\": \"string\"\n        }\n      ]\n    },\n    \"messages\": [\n      {\n        \"key\": \"string\",\n        \"value\": \"string\"\n      },\n      {\n        \"key\": \"string\",\n        \"value\": \"string\"\n      }\n    ]\n  },\n  \"messages\": [\n    {\n      \"key\": \"string\",\n      \"value\": \"string\"\n    },\n    {\n      \"key\": \"string\",\n      \"value\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "48f453cb-9445-4d29-ad33-ec3f582a2c38",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "operation"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-Api-Key",
                    "value": "<API Key>"
                  },
                  {
                    "disabled": false,
                    "description": "Language Header",
                    "key": "Content-Language",
                    "value": ""
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"files\": [\n    {\n      \"id\": \"string\",\n      \"description\": \"string\"\n    },\n    {\n      \"id\": \"string\",\n      \"description\": \"string\"\n    }\n  ],\n  \"name\": \"string\",\n  \"optionalMessage\": \"string\",\n  \"order\": true,\n  \"externalId\": \"string\",\n  \"displayCover\": true,\n  \"language\": \"string\",\n  \"memberMovementWarning\": false,\n  \"groups\": [\n    7605,\n    6922\n  ],\n  \"members\": [\n    {\n      \"name\": \"string\",\n      \"email\": \"string\",\n      \"phone\": \"string\",\n      \"cpf\": \"string\",\n      \"orderPosition\": 5644,\n      \"notificationChannel\": \"WhatsApp\",\n      \"authenticationChannel\": \"Email\",\n      \"geoRequired\": true,\n      \"doubleAuthentication\": true,\n      \"observer\": true,\n      \"role\": \"string\",\n      \"signatureType\": \"Certificate\",\n      \"hasSignatureTag\": true,\n      \"signPositionTag\": \"string\",\n      \"hasRubricTag\": false,\n      \"rubricTag\": \"string\",\n      \"antifraudFeature\": \"SelfieSimples\",\n      \"formTitle\": \"string\",\n      \"formDescription\": \"string\",\n      \"signatures\": [\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": true,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": true,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"formFields\": [\n        {\n          \"documentId\": \"string\",\n          \"name\": \"string\",\n          \"value\": \"string\",\n          \"type\": \"Others\",\n          \"fieldType\": \"Select\",\n          \"description\": \"string\",\n          \"required\": true,\n          \"multiple\": true,\n          \"min\": 1896,\n          \"max\": 6612,\n          \"order\": 1914,\n          \"options\": [\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"variant\": \"List\",\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"documentId\": \"string\",\n          \"name\": \"string\",\n          \"value\": \"string\",\n          \"type\": \"Email\",\n          \"fieldType\": \"DateUs\",\n          \"description\": \"string\",\n          \"required\": true,\n          \"multiple\": true,\n          \"min\": 5170,\n          \"max\": 7134,\n          \"order\": 7423,\n          \"options\": [\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"variant\": \"Checkbox\",\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"rubrics\": [\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": true,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": true,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"attachments\": [\n        {\n          \"name\": \"string\",\n          \"description\": \"string\",\n          \"required\": true,\n          \"fileType\": [\n            \"string\",\n            \"string\"\n          ],\n          \"filesAllowed\": 7072,\n          \"inputAttachment\": [\n            \"CameraSideFront\",\n            \"UploadFile\"\n          ],\n          \"validateImage\": false,\n          \"authentication\": true\n        },\n        {\n          \"name\": \"string\",\n          \"description\": \"string\",\n          \"required\": true,\n          \"fileType\": [\n            \"string\",\n            \"string\"\n          ],\n          \"filesAllowed\": 255,\n          \"inputAttachment\": [\n            \"CameraSideFront\",\n            \"CameraSideBack\"\n          ],\n          \"validateImage\": false,\n          \"authentication\": false\n        }\n      ]\n    },\n    {\n      \"name\": \"string\",\n      \"email\": \"string\",\n      \"phone\": \"string\",\n      \"cpf\": \"string\",\n      \"orderPosition\": 4604,\n      \"notificationChannel\": \"Email\",\n      \"authenticationChannel\": \"WhatsApp\",\n      \"geoRequired\": false,\n      \"doubleAuthentication\": true,\n      \"observer\": false,\n      \"role\": \"string\",\n      \"signatureType\": \"Click\",\n      \"hasSignatureTag\": true,\n      \"signPositionTag\": \"string\",\n      \"hasRubricTag\": true,\n      \"rubricTag\": \"string\",\n      \"antifraudFeature\": \"CpfSerpro\",\n      \"formTitle\": \"string\",\n      \"formDescription\": \"string\",\n      \"signatures\": [\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": true,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": true,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"formFields\": [\n        {\n          \"documentId\": \"string\",\n          \"name\": \"string\",\n          \"value\": \"string\",\n          \"type\": \"DateNow\",\n          \"fieldType\": \"TextLetter\",\n          \"description\": \"string\",\n          \"required\": true,\n          \"multiple\": false,\n          \"min\": 955,\n          \"max\": 6039,\n          \"order\": 4132,\n          \"options\": [\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"variant\": \"Checkbox\",\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"documentId\": \"string\",\n          \"name\": \"string\",\n          \"value\": \"string\",\n          \"type\": \"Phone\",\n          \"fieldType\": \"Number\",\n          \"description\": \"string\",\n          \"required\": true,\n          \"multiple\": false,\n          \"min\": 26,\n          \"max\": 8147,\n          \"order\": 2311,\n          \"options\": [\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"variant\": \"List\",\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"rubrics\": [\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": false,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": false,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"attachments\": [\n        {\n          \"name\": \"string\",\n          \"description\": \"string\",\n          \"required\": true,\n          \"fileType\": [\n            \"string\",\n            \"string\"\n          ],\n          \"filesAllowed\": 2442,\n          \"inputAttachment\": [\n            \"CameraSideFront\",\n            \"CameraSideFront\"\n          ],\n          \"validateImage\": false,\n          \"authentication\": false\n        },\n        {\n          \"name\": \"string\",\n          \"description\": \"string\",\n          \"required\": true,\n          \"fileType\": [\n            \"string\",\n            \"string\"\n          ],\n          \"filesAllowed\": 1691,\n          \"inputAttachment\": [\n            \"CameraSideFront\",\n            \"CameraSideBack\"\n          ],\n          \"validateImage\": true,\n          \"authentication\": false\n        }\n      ]\n    }\n  ],\n  \"brandingId\": 3830,\n  \"operationModelId\": 4712,\n  \"manualFinish\": {\n    \"hasManualFinish\": false,\n    \"date\": \"1987-04-06T08:18:56.784Z\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"success\": false,\n  \"statusCode\": 5881,\n  \"data\": {},\n  \"messages\": [\n    {\n      \"key\": \"string\",\n      \"value\": \"string\"\n    },\n    {\n      \"key\": \"string\",\n      \"value\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8e7e1e73-8a48-4468-825c-d9a6403962d8",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "operation"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-Api-Key",
                    "value": "<API Key>"
                  },
                  {
                    "disabled": false,
                    "description": "Language Header",
                    "key": "Content-Language",
                    "value": ""
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"files\": [\n    {\n      \"id\": \"string\",\n      \"description\": \"string\"\n    },\n    {\n      \"id\": \"string\",\n      \"description\": \"string\"\n    }\n  ],\n  \"name\": \"string\",\n  \"optionalMessage\": \"string\",\n  \"order\": true,\n  \"externalId\": \"string\",\n  \"displayCover\": true,\n  \"language\": \"string\",\n  \"memberMovementWarning\": false,\n  \"groups\": [\n    7605,\n    6922\n  ],\n  \"members\": [\n    {\n      \"name\": \"string\",\n      \"email\": \"string\",\n      \"phone\": \"string\",\n      \"cpf\": \"string\",\n      \"orderPosition\": 5644,\n      \"notificationChannel\": \"WhatsApp\",\n      \"authenticationChannel\": \"Email\",\n      \"geoRequired\": true,\n      \"doubleAuthentication\": true,\n      \"observer\": true,\n      \"role\": \"string\",\n      \"signatureType\": \"Certificate\",\n      \"hasSignatureTag\": true,\n      \"signPositionTag\": \"string\",\n      \"hasRubricTag\": false,\n      \"rubricTag\": \"string\",\n      \"antifraudFeature\": \"SelfieSimples\",\n      \"formTitle\": \"string\",\n      \"formDescription\": \"string\",\n      \"signatures\": [\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": true,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": true,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"formFields\": [\n        {\n          \"documentId\": \"string\",\n          \"name\": \"string\",\n          \"value\": \"string\",\n          \"type\": \"Others\",\n          \"fieldType\": \"Select\",\n          \"description\": \"string\",\n          \"required\": true,\n          \"multiple\": true,\n          \"min\": 1896,\n          \"max\": 6612,\n          \"order\": 1914,\n          \"options\": [\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"variant\": \"List\",\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"documentId\": \"string\",\n          \"name\": \"string\",\n          \"value\": \"string\",\n          \"type\": \"Email\",\n          \"fieldType\": \"DateUs\",\n          \"description\": \"string\",\n          \"required\": true,\n          \"multiple\": true,\n          \"min\": 5170,\n          \"max\": 7134,\n          \"order\": 7423,\n          \"options\": [\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"variant\": \"Checkbox\",\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"rubrics\": [\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": true,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": true,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"attachments\": [\n        {\n          \"name\": \"string\",\n          \"description\": \"string\",\n          \"required\": true,\n          \"fileType\": [\n            \"string\",\n            \"string\"\n          ],\n          \"filesAllowed\": 7072,\n          \"inputAttachment\": [\n            \"CameraSideFront\",\n            \"UploadFile\"\n          ],\n          \"validateImage\": false,\n          \"authentication\": true\n        },\n        {\n          \"name\": \"string\",\n          \"description\": \"string\",\n          \"required\": true,\n          \"fileType\": [\n            \"string\",\n            \"string\"\n          ],\n          \"filesAllowed\": 255,\n          \"inputAttachment\": [\n            \"CameraSideFront\",\n            \"CameraSideBack\"\n          ],\n          \"validateImage\": false,\n          \"authentication\": false\n        }\n      ]\n    },\n    {\n      \"name\": \"string\",\n      \"email\": \"string\",\n      \"phone\": \"string\",\n      \"cpf\": \"string\",\n      \"orderPosition\": 4604,\n      \"notificationChannel\": \"Email\",\n      \"authenticationChannel\": \"WhatsApp\",\n      \"geoRequired\": false,\n      \"doubleAuthentication\": true,\n      \"observer\": false,\n      \"role\": \"string\",\n      \"signatureType\": \"Click\",\n      \"hasSignatureTag\": true,\n      \"signPositionTag\": \"string\",\n      \"hasRubricTag\": true,\n      \"rubricTag\": \"string\",\n      \"antifraudFeature\": \"CpfSerpro\",\n      \"formTitle\": \"string\",\n      \"formDescription\": \"string\",\n      \"signatures\": [\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": true,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": true,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"formFields\": [\n        {\n          \"documentId\": \"string\",\n          \"name\": \"string\",\n          \"value\": \"string\",\n          \"type\": \"DateNow\",\n          \"fieldType\": \"TextLetter\",\n          \"description\": \"string\",\n          \"required\": true,\n          \"multiple\": false,\n          \"min\": 955,\n          \"max\": 6039,\n          \"order\": 4132,\n          \"options\": [\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"variant\": \"Checkbox\",\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"documentId\": \"string\",\n          \"name\": \"string\",\n          \"value\": \"string\",\n          \"type\": \"Phone\",\n          \"fieldType\": \"Number\",\n          \"description\": \"string\",\n          \"required\": true,\n          \"multiple\": false,\n          \"min\": 26,\n          \"max\": 8147,\n          \"order\": 2311,\n          \"options\": [\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"variant\": \"List\",\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"rubrics\": [\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": false,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": false,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"attachments\": [\n        {\n          \"name\": \"string\",\n          \"description\": \"string\",\n          \"required\": true,\n          \"fileType\": [\n            \"string\",\n            \"string\"\n          ],\n          \"filesAllowed\": 2442,\n          \"inputAttachment\": [\n            \"CameraSideFront\",\n            \"CameraSideFront\"\n          ],\n          \"validateImage\": false,\n          \"authentication\": false\n        },\n        {\n          \"name\": \"string\",\n          \"description\": \"string\",\n          \"required\": true,\n          \"fileType\": [\n            \"string\",\n            \"string\"\n          ],\n          \"filesAllowed\": 1691,\n          \"inputAttachment\": [\n            \"CameraSideFront\",\n            \"CameraSideBack\"\n          ],\n          \"validateImage\": true,\n          \"authentication\": false\n        }\n      ]\n    }\n  ],\n  \"brandingId\": 3830,\n  \"operationModelId\": 4712,\n  \"manualFinish\": {\n    \"hasManualFinish\": false,\n    \"date\": \"1987-04-06T08:18:56.784Z\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 6596,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9fe6a451-6039-421e-9070-22f207ffde60",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "operation"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-Api-Key",
                    "value": "<API Key>"
                  },
                  {
                    "disabled": false,
                    "description": "Language Header",
                    "key": "Content-Language",
                    "value": ""
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"files\": [\n    {\n      \"id\": \"string\",\n      \"description\": \"string\"\n    },\n    {\n      \"id\": \"string\",\n      \"description\": \"string\"\n    }\n  ],\n  \"name\": \"string\",\n  \"optionalMessage\": \"string\",\n  \"order\": true,\n  \"externalId\": \"string\",\n  \"displayCover\": true,\n  \"language\": \"string\",\n  \"memberMovementWarning\": false,\n  \"groups\": [\n    7605,\n    6922\n  ],\n  \"members\": [\n    {\n      \"name\": \"string\",\n      \"email\": \"string\",\n      \"phone\": \"string\",\n      \"cpf\": \"string\",\n      \"orderPosition\": 5644,\n      \"notificationChannel\": \"WhatsApp\",\n      \"authenticationChannel\": \"Email\",\n      \"geoRequired\": true,\n      \"doubleAuthentication\": true,\n      \"observer\": true,\n      \"role\": \"string\",\n      \"signatureType\": \"Certificate\",\n      \"hasSignatureTag\": true,\n      \"signPositionTag\": \"string\",\n      \"hasRubricTag\": false,\n      \"rubricTag\": \"string\",\n      \"antifraudFeature\": \"SelfieSimples\",\n      \"formTitle\": \"string\",\n      \"formDescription\": \"string\",\n      \"signatures\": [\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": true,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": true,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"formFields\": [\n        {\n          \"documentId\": \"string\",\n          \"name\": \"string\",\n          \"value\": \"string\",\n          \"type\": \"Others\",\n          \"fieldType\": \"Select\",\n          \"description\": \"string\",\n          \"required\": true,\n          \"multiple\": true,\n          \"min\": 1896,\n          \"max\": 6612,\n          \"order\": 1914,\n          \"options\": [\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"variant\": \"List\",\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"documentId\": \"string\",\n          \"name\": \"string\",\n          \"value\": \"string\",\n          \"type\": \"Email\",\n          \"fieldType\": \"DateUs\",\n          \"description\": \"string\",\n          \"required\": true,\n          \"multiple\": true,\n          \"min\": 5170,\n          \"max\": 7134,\n          \"order\": 7423,\n          \"options\": [\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"variant\": \"Checkbox\",\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"rubrics\": [\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": true,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": true,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"attachments\": [\n        {\n          \"name\": \"string\",\n          \"description\": \"string\",\n          \"required\": true,\n          \"fileType\": [\n            \"string\",\n            \"string\"\n          ],\n          \"filesAllowed\": 7072,\n          \"inputAttachment\": [\n            \"CameraSideFront\",\n            \"UploadFile\"\n          ],\n          \"validateImage\": false,\n          \"authentication\": true\n        },\n        {\n          \"name\": \"string\",\n          \"description\": \"string\",\n          \"required\": true,\n          \"fileType\": [\n            \"string\",\n            \"string\"\n          ],\n          \"filesAllowed\": 255,\n          \"inputAttachment\": [\n            \"CameraSideFront\",\n            \"CameraSideBack\"\n          ],\n          \"validateImage\": false,\n          \"authentication\": false\n        }\n      ]\n    },\n    {\n      \"name\": \"string\",\n      \"email\": \"string\",\n      \"phone\": \"string\",\n      \"cpf\": \"string\",\n      \"orderPosition\": 4604,\n      \"notificationChannel\": \"Email\",\n      \"authenticationChannel\": \"WhatsApp\",\n      \"geoRequired\": false,\n      \"doubleAuthentication\": true,\n      \"observer\": false,\n      \"role\": \"string\",\n      \"signatureType\": \"Click\",\n      \"hasSignatureTag\": true,\n      \"signPositionTag\": \"string\",\n      \"hasRubricTag\": true,\n      \"rubricTag\": \"string\",\n      \"antifraudFeature\": \"CpfSerpro\",\n      \"formTitle\": \"string\",\n      \"formDescription\": \"string\",\n      \"signatures\": [\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": true,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": true,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"formFields\": [\n        {\n          \"documentId\": \"string\",\n          \"name\": \"string\",\n          \"value\": \"string\",\n          \"type\": \"DateNow\",\n          \"fieldType\": \"TextLetter\",\n          \"description\": \"string\",\n          \"required\": true,\n          \"multiple\": false,\n          \"min\": 955,\n          \"max\": 6039,\n          \"order\": 4132,\n          \"options\": [\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"variant\": \"Checkbox\",\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"documentId\": \"string\",\n          \"name\": \"string\",\n          \"value\": \"string\",\n          \"type\": \"Phone\",\n          \"fieldType\": \"Number\",\n          \"description\": \"string\",\n          \"required\": true,\n          \"multiple\": false,\n          \"min\": 26,\n          \"max\": 8147,\n          \"order\": 2311,\n          \"options\": [\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"variant\": \"List\",\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"rubrics\": [\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": false,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": false,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"attachments\": [\n        {\n          \"name\": \"string\",\n          \"description\": \"string\",\n          \"required\": true,\n          \"fileType\": [\n            \"string\",\n            \"string\"\n          ],\n          \"filesAllowed\": 2442,\n          \"inputAttachment\": [\n            \"CameraSideFront\",\n            \"CameraSideFront\"\n          ],\n          \"validateImage\": false,\n          \"authentication\": false\n        },\n        {\n          \"name\": \"string\",\n          \"description\": \"string\",\n          \"required\": true,\n          \"fileType\": [\n            \"string\",\n            \"string\"\n          ],\n          \"filesAllowed\": 1691,\n          \"inputAttachment\": [\n            \"CameraSideFront\",\n            \"CameraSideBack\"\n          ],\n          \"validateImage\": true,\n          \"authentication\": false\n        }\n      ]\n    }\n  ],\n  \"brandingId\": 3830,\n  \"operationModelId\": 4712,\n  \"manualFinish\": {\n    \"hasManualFinish\": false,\n    \"date\": \"1987-04-06T08:18:56.784Z\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 6596,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5ad64d42-0734-4afa-ab73-d7cf860ddbef",
              "name": "Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v1",
                    "operation"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-Api-Key",
                    "value": "<API Key>"
                  },
                  {
                    "disabled": false,
                    "description": "Language Header",
                    "key": "Content-Language",
                    "value": ""
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"files\": [\n    {\n      \"id\": \"string\",\n      \"description\": \"string\"\n    },\n    {\n      \"id\": \"string\",\n      \"description\": \"string\"\n    }\n  ],\n  \"name\": \"string\",\n  \"optionalMessage\": \"string\",\n  \"order\": true,\n  \"externalId\": \"string\",\n  \"displayCover\": true,\n  \"language\": \"string\",\n  \"memberMovementWarning\": false,\n  \"groups\": [\n    7605,\n    6922\n  ],\n  \"members\": [\n    {\n      \"name\": \"string\",\n      \"email\": \"string\",\n      \"phone\": \"string\",\n      \"cpf\": \"string\",\n      \"orderPosition\": 5644,\n      \"notificationChannel\": \"WhatsApp\",\n      \"authenticationChannel\": \"Email\",\n      \"geoRequired\": true,\n      \"doubleAuthentication\": true,\n      \"observer\": true,\n      \"role\": \"string\",\n      \"signatureType\": \"Certificate\",\n      \"hasSignatureTag\": true,\n      \"signPositionTag\": \"string\",\n      \"hasRubricTag\": false,\n      \"rubricTag\": \"string\",\n      \"antifraudFeature\": \"SelfieSimples\",\n      \"formTitle\": \"string\",\n      \"formDescription\": \"string\",\n      \"signatures\": [\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": true,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": true,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"formFields\": [\n        {\n          \"documentId\": \"string\",\n          \"name\": \"string\",\n          \"value\": \"string\",\n          \"type\": \"Others\",\n          \"fieldType\": \"Select\",\n          \"description\": \"string\",\n          \"required\": true,\n          \"multiple\": true,\n          \"min\": 1896,\n          \"max\": 6612,\n          \"order\": 1914,\n          \"options\": [\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"variant\": \"List\",\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"documentId\": \"string\",\n          \"name\": \"string\",\n          \"value\": \"string\",\n          \"type\": \"Email\",\n          \"fieldType\": \"DateUs\",\n          \"description\": \"string\",\n          \"required\": true,\n          \"multiple\": true,\n          \"min\": 5170,\n          \"max\": 7134,\n          \"order\": 7423,\n          \"options\": [\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"variant\": \"Checkbox\",\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"rubrics\": [\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": true,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": true,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"attachments\": [\n        {\n          \"name\": \"string\",\n          \"description\": \"string\",\n          \"required\": true,\n          \"fileType\": [\n            \"string\",\n            \"string\"\n          ],\n          \"filesAllowed\": 7072,\n          \"inputAttachment\": [\n            \"CameraSideFront\",\n            \"UploadFile\"\n          ],\n          \"validateImage\": false,\n          \"authentication\": true\n        },\n        {\n          \"name\": \"string\",\n          \"description\": \"string\",\n          \"required\": true,\n          \"fileType\": [\n            \"string\",\n            \"string\"\n          ],\n          \"filesAllowed\": 255,\n          \"inputAttachment\": [\n            \"CameraSideFront\",\n            \"CameraSideBack\"\n          ],\n          \"validateImage\": false,\n          \"authentication\": false\n        }\n      ]\n    },\n    {\n      \"name\": \"string\",\n      \"email\": \"string\",\n      \"phone\": \"string\",\n      \"cpf\": \"string\",\n      \"orderPosition\": 4604,\n      \"notificationChannel\": \"Email\",\n      \"authenticationChannel\": \"WhatsApp\",\n      \"geoRequired\": false,\n      \"doubleAuthentication\": true,\n      \"observer\": false,\n      \"role\": \"string\",\n      \"signatureType\": \"Click\",\n      \"hasSignatureTag\": true,\n      \"signPositionTag\": \"string\",\n      \"hasRubricTag\": true,\n      \"rubricTag\": \"string\",\n      \"antifraudFeature\": \"CpfSerpro\",\n      \"formTitle\": \"string\",\n      \"formDescription\": \"string\",\n      \"signatures\": [\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": true,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": true,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"formFields\": [\n        {\n          \"documentId\": \"string\",\n          \"name\": \"string\",\n          \"value\": \"string\",\n          \"type\": \"DateNow\",\n          \"fieldType\": \"TextLetter\",\n          \"description\": \"string\",\n          \"required\": true,\n          \"multiple\": false,\n          \"min\": 955,\n          \"max\": 6039,\n          \"order\": 4132,\n          \"options\": [\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"variant\": \"Checkbox\",\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"documentId\": \"string\",\n          \"name\": \"string\",\n          \"value\": \"string\",\n          \"type\": \"Phone\",\n          \"fieldType\": \"Number\",\n          \"description\": \"string\",\n          \"required\": true,\n          \"multiple\": false,\n          \"min\": 26,\n          \"max\": 8147,\n          \"order\": 2311,\n          \"options\": [\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"name\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"variant\": \"List\",\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"height\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"width\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"rubrics\": [\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": false,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        },\n        {\n          \"documentId\": \"string\",\n          \"printSignature\": false,\n          \"positions\": [\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"page\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateX\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"coordenateY\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ],\n          \"aditionalInfos\": [\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            },\n            {\n              \"tag\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              \"value\": {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            }\n          ]\n        }\n      ],\n      \"attachments\": [\n        {\n          \"name\": \"string\",\n          \"description\": \"string\",\n          \"required\": true,\n          \"fileType\": [\n            \"string\",\n            \"string\"\n          ],\n          \"filesAllowed\": 2442,\n          \"inputAttachment\": [\n            \"CameraSideFront\",\n            \"CameraSideFront\"\n          ],\n          \"validateImage\": false,\n          \"authentication\": false\n        },\n        {\n          \"name\": \"string\",\n          \"description\": \"string\",\n          \"required\": true,\n          \"fileType\": [\n            \"string\",\n            \"string\"\n          ],\n          \"filesAllowed\": 1691,\n          \"inputAttachment\": [\n            \"CameraSideFront\",\n            \"CameraSideBack\"\n          ],\n          \"validateImage\": true,\n          \"authentication\": false\n        }\n      ]\n    }\n  ],\n  \"brandingId\": 3830,\n  \"operationModelId\": 4712,\n  \"manualFinish\": {\n    \"hasManualFinish\": false,\n    \"date\": \"1987-04-06T08:18:56.784Z\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"success\": false,\n  \"statusCode\": 5881,\n  \"data\": {},\n  \"messages\": [\n    {\n      \"key\": \"string\",\n      \"value\": \"string\"\n    },\n    {\n      \"key\": \"string\",\n      \"value\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a6d7eb03-ca61-4e25-a89f-f3518c4c33ec",
          "name": "/api/v2/operation/:operationId/set-manual-completion",
          "request": {
            "name": "/api/v2/operation/:operationId/set-manual-completion",
            "description": {},
            "url": {
              "path": [
                "api",
                "v2",
                "operation",
                ":operationId",
                "set-manual-completion"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "780",
                  "key": "operationId",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": "Language Header",
                "key": "Content-Language",
                "value": ""
              }
            ],
            "method": "PATCH",
            "auth": null
          },
          "response": [
            {
              "id": "74803e6f-c38d-447b-b30c-ddd1b93b4e5a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v2",
                    "operation",
                    ":operationId",
                    "set-manual-completion"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "780",
                      "key": "operationId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-Api-Key",
                    "value": "<API Key>"
                  },
                  {
                    "disabled": false,
                    "description": "Language Header",
                    "key": "Content-Language",
                    "value": ""
                  }
                ],
                "method": "PATCH",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a2181bac-7e8a-48e8-bea4-438ddf9b77da",
          "name": "/api/v2/operation/:operationId/set-automatic-completion",
          "request": {
            "name": "/api/v2/operation/:operationId/set-automatic-completion",
            "description": {},
            "url": {
              "path": [
                "api",
                "v2",
                "operation",
                ":operationId",
                "set-automatic-completion"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "780",
                  "key": "operationId",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": "Language Header",
                "key": "Content-Language",
                "value": ""
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"endDate\": \"1952-12-28T09:14:19.124Z\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "cf058249-3065-47bd-8687-27abfd7a4c78",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v2",
                    "operation",
                    ":operationId",
                    "set-automatic-completion"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "780",
                      "key": "operationId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-Api-Key",
                    "value": "<API Key>"
                  },
                  {
                    "disabled": false,
                    "description": "Language Header",
                    "key": "Content-Language",
                    "value": ""
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"endDate\": \"1952-12-28T09:14:19.124Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1cae0dfe-0f7b-4bc8-885a-419725c45807",
          "name": "/api/v2/operation/:operationId/cancel",
          "request": {
            "name": "/api/v2/operation/:operationId/cancel",
            "description": {},
            "url": {
              "path": [
                "api",
                "v2",
                "operation",
                ":operationId",
                "cancel"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "780",
                  "key": "operationId",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": "Language Header",
                "key": "Content-Language",
                "value": ""
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"message\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "6ce3da1d-9297-408c-b85b-86d4f54a1289",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v2",
                    "operation",
                    ":operationId",
                    "cancel"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "780",
                      "key": "operationId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-Api-Key",
                    "value": "<API Key>"
                  },
                  {
                    "disabled": false,
                    "description": "Language Header",
                    "key": "Content-Language",
                    "value": ""
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"message\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e2a9c946-79b9-4891-beea-5c87c3468442",
          "name": "/api/v2/operation/:operationId/complete",
          "request": {
            "name": "/api/v2/operation/:operationId/complete",
            "description": {},
            "url": {
              "path": [
                "api",
                "v2",
                "operation",
                ":operationId",
                "complete"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "780",
                  "key": "operationId",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": "Language Header",
                "key": "Content-Language",
                "value": ""
              }
            ],
            "method": "POST",
            "auth": null
          },
          "response": [
            {
              "id": "2187f80b-70e9-4039-af90-a8c19f500d5d",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v2",
                    "operation",
                    ":operationId",
                    "complete"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "780",
                      "key": "operationId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-Api-Key",
                    "value": "<API Key>"
                  },
                  {
                    "disabled": false,
                    "description": "Language Header",
                    "key": "Content-Language",
                    "value": ""
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fa26e178-d772-451a-9a6e-c05048243adc",
          "name": "/api/v2/operation/:operationId/members",
          "request": {
            "name": "/api/v2/operation/:operationId/members",
            "description": {},
            "url": {
              "path": [
                "api",
                "v2",
                "operation",
                ":operationId",
                "members"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "780",
                  "key": "operationId",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": "Language Header",
                "key": "Content-Language",
                "value": ""
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "334dbcd8-7dd3-4747-a6e6-74800ddbc4e6",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v2",
                    "operation",
                    ":operationId",
                    "members"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "780",
                      "key": "operationId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-Api-Key",
                    "value": "<API Key>"
                  },
                  {
                    "disabled": false,
                    "description": "Language Header",
                    "key": "Content-Language",
                    "value": ""
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "620d0cb5-180d-4eb4-9944-bcc758a2f669",
          "name": "/api/v2/operation/:operationId/members",
          "request": {
            "name": "/api/v2/operation/:operationId/members",
            "description": {},
            "url": {
              "path": [
                "api",
                "v2",
                "operation",
                ":operationId",
                "members"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "780",
                  "key": "operationId",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": "Language Header",
                "key": "Content-Language",
                "value": ""
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "text/plain"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\",\n  \"email\": \"string\",\n  \"phone\": \"string\",\n  \"cpf\": \"string\",\n  \"signatureType\": \"Text\",\n  \"role\": \"string\",\n  \"orderPosition\": 7407,\n  \"insertMode\": \"Group\",\n  \"notificationChannel\": \"None\",\n  \"geoRequired\": true,\n  \"doubleAuthentication\": false,\n  \"isPadSignature\": true,\n  \"authenticationChannel\": \"WhatsApp\",\n  \"hasSignatureTag\": false,\n  \"signPositionTag\": \"string\",\n  \"hasRubricTag\": false,\n  \"rubricTag\": \"string\",\n  \"stampId\": \"string\",\n  \"color\": 7239,\n  \"formTitle\": \"string\",\n  \"formDescription\": \"string\",\n  \"signatures\": [\n    {\n      \"documentId\": \"string\",\n      \"printSignature\": true,\n      \"positions\": [\n        {\n          \"page\": 779,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        },\n        {\n          \"page\": 2016,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        }\n      ],\n      \"initialsPages\": [\n        8553,\n        4353\n      ]\n    },\n    {\n      \"documentId\": \"string\",\n      \"printSignature\": false,\n      \"positions\": [\n        {\n          \"page\": 6614,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        },\n        {\n          \"page\": 314,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        }\n      ],\n      \"initialsPages\": [\n        6284,\n        163\n      ]\n    }\n  ],\n  \"rubrics\": [\n    {\n      \"documentId\": \"string\",\n      \"printSignature\": true,\n      \"positions\": [\n        {\n          \"page\": 2962,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        },\n        {\n          \"page\": 4415,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        }\n      ],\n      \"initialsPages\": [\n        4455,\n        353\n      ]\n    },\n    {\n      \"documentId\": \"string\",\n      \"printSignature\": false,\n      \"positions\": [\n        {\n          \"page\": 1875,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        },\n        {\n          \"page\": 9361,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        }\n      ],\n      \"initialsPages\": [\n        6553,\n        564\n      ]\n    }\n  ],\n  \"pendingMembersOrder\": [\n    {\n      \"memberId\": 5496,\n      \"order\": 840\n    },\n    {\n      \"memberId\": 7665,\n      \"order\": 3957\n    }\n  ],\n  \"antifraudFeature\": \"CpfSerpro\",\n  \"antifraudFeatures\": [\n    \"string\",\n    \"string\"\n  ],\n  \"antifraudOverrideReason\": \"string\",\n  \"attachments\": [\n    {\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"required\": false,\n      \"fileType\": [\n        \"string\",\n        \"string\"\n      ],\n      \"filesAllowed\": 7868,\n      \"inputAttachment\": [\n        \"UploadFile\",\n        \"CameraSideFront\"\n      ],\n      \"validateImage\": false,\n      \"authentication\": false\n    },\n    {\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"required\": false,\n      \"fileType\": [\n        \"string\",\n        \"string\"\n      ],\n      \"filesAllowed\": 7871,\n      \"inputAttachment\": [\n        \"CameraSideFront\",\n        \"UploadFile\"\n      ],\n      \"validateImage\": false,\n      \"authentication\": true\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "a8986e8f-c1bb-44bc-9fd2-970aa3e5d4e5",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v2",
                    "operation",
                    ":operationId",
                    "members"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "780",
                      "key": "operationId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-Api-Key",
                    "value": "<API Key>"
                  },
                  {
                    "disabled": false,
                    "description": "Language Header",
                    "key": "Content-Language",
                    "value": ""
                  },
                  {
                    "key": "Accept",
                    "value": "text/plain"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"email\": \"string\",\n  \"phone\": \"string\",\n  \"cpf\": \"string\",\n  \"signatureType\": \"UserChoice\",\n  \"role\": \"string\",\n  \"orderPosition\": 9985,\n  \"insertMode\": \"Group\",\n  \"notificationChannel\": \"None\",\n  \"geoRequired\": true,\n  \"doubleAuthentication\": false,\n  \"isPadSignature\": true,\n  \"authenticationChannel\": \"SMS\",\n  \"hasSignatureTag\": false,\n  \"signPositionTag\": \"string\",\n  \"hasRubricTag\": false,\n  \"rubricTag\": \"string\",\n  \"stampId\": \"string\",\n  \"color\": 4302,\n  \"formTitle\": \"string\",\n  \"formDescription\": \"string\",\n  \"signatures\": [\n    {\n      \"documentId\": \"string\",\n      \"printSignature\": true,\n      \"positions\": [\n        {\n          \"page\": 7731,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        },\n        {\n          \"page\": 5179,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        }\n      ],\n      \"initialsPages\": [\n        238,\n        7076\n      ]\n    },\n    {\n      \"documentId\": \"string\",\n      \"printSignature\": true,\n      \"positions\": [\n        {\n          \"page\": 9274,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        },\n        {\n          \"page\": 1905,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        }\n      ],\n      \"initialsPages\": [\n        4339,\n        6135\n      ]\n    }\n  ],\n  \"rubrics\": [\n    {\n      \"documentId\": \"string\",\n      \"printSignature\": true,\n      \"positions\": [\n        {\n          \"page\": 3686,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        },\n        {\n          \"page\": 7686,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        }\n      ],\n      \"initialsPages\": [\n        8468,\n        8958\n      ]\n    },\n    {\n      \"documentId\": \"string\",\n      \"printSignature\": false,\n      \"positions\": [\n        {\n          \"page\": 2474,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        },\n        {\n          \"page\": 6036,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        }\n      ],\n      \"initialsPages\": [\n        3500,\n        4100\n      ]\n    }\n  ],\n  \"pendingMembersOrder\": [\n    {\n      \"memberId\": 2928,\n      \"order\": 9227\n    },\n    {\n      \"memberId\": 1071,\n      \"order\": 8535\n    }\n  ],\n  \"antifraudFeature\": \"FacialCpfSerpro\",\n  \"antifraudFeatures\": [\n    \"string\",\n    \"string\"\n  ],\n  \"antifraudOverrideReason\": \"string\",\n  \"attachments\": [\n    {\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"required\": true,\n      \"fileType\": [\n        \"string\",\n        \"string\"\n      ],\n      \"filesAllowed\": 9399,\n      \"inputAttachment\": [\n        \"CameraSideFront\",\n        \"CameraSideFront\"\n      ],\n      \"validateImage\": true,\n      \"authentication\": false\n    },\n    {\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"required\": true,\n      \"fileType\": [\n        \"string\",\n        \"string\"\n      ],\n      \"filesAllowed\": 8407,\n      \"inputAttachment\": [\n        \"CameraSideBack\",\n        \"CameraSideFront\"\n      ],\n      \"validateImage\": false,\n      \"authentication\": true\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5f85e12d-4feb-42c6-b7ba-a8f728025918",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v2",
                    "operation",
                    ":operationId",
                    "members"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "780",
                      "key": "operationId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-Api-Key",
                    "value": "<API Key>"
                  },
                  {
                    "disabled": false,
                    "description": "Language Header",
                    "key": "Content-Language",
                    "value": ""
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"email\": \"string\",\n  \"phone\": \"string\",\n  \"cpf\": \"string\",\n  \"signatureType\": \"UserChoice\",\n  \"role\": \"string\",\n  \"orderPosition\": 9985,\n  \"insertMode\": \"Group\",\n  \"notificationChannel\": \"None\",\n  \"geoRequired\": true,\n  \"doubleAuthentication\": false,\n  \"isPadSignature\": true,\n  \"authenticationChannel\": \"SMS\",\n  \"hasSignatureTag\": false,\n  \"signPositionTag\": \"string\",\n  \"hasRubricTag\": false,\n  \"rubricTag\": \"string\",\n  \"stampId\": \"string\",\n  \"color\": 4302,\n  \"formTitle\": \"string\",\n  \"formDescription\": \"string\",\n  \"signatures\": [\n    {\n      \"documentId\": \"string\",\n      \"printSignature\": true,\n      \"positions\": [\n        {\n          \"page\": 7731,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        },\n        {\n          \"page\": 5179,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        }\n      ],\n      \"initialsPages\": [\n        238,\n        7076\n      ]\n    },\n    {\n      \"documentId\": \"string\",\n      \"printSignature\": true,\n      \"positions\": [\n        {\n          \"page\": 9274,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        },\n        {\n          \"page\": 1905,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        }\n      ],\n      \"initialsPages\": [\n        4339,\n        6135\n      ]\n    }\n  ],\n  \"rubrics\": [\n    {\n      \"documentId\": \"string\",\n      \"printSignature\": true,\n      \"positions\": [\n        {\n          \"page\": 3686,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        },\n        {\n          \"page\": 7686,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        }\n      ],\n      \"initialsPages\": [\n        8468,\n        8958\n      ]\n    },\n    {\n      \"documentId\": \"string\",\n      \"printSignature\": false,\n      \"positions\": [\n        {\n          \"page\": 2474,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        },\n        {\n          \"page\": 6036,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        }\n      ],\n      \"initialsPages\": [\n        3500,\n        4100\n      ]\n    }\n  ],\n  \"pendingMembersOrder\": [\n    {\n      \"memberId\": 2928,\n      \"order\": 9227\n    },\n    {\n      \"memberId\": 1071,\n      \"order\": 8535\n    }\n  ],\n  \"antifraudFeature\": \"FacialCpfSerpro\",\n  \"antifraudFeatures\": [\n    \"string\",\n    \"string\"\n  ],\n  \"antifraudOverrideReason\": \"string\",\n  \"attachments\": [\n    {\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"required\": true,\n      \"fileType\": [\n        \"string\",\n        \"string\"\n      ],\n      \"filesAllowed\": 9399,\n      \"inputAttachment\": [\n        \"CameraSideFront\",\n        \"CameraSideFront\"\n      ],\n      \"validateImage\": true,\n      \"authentication\": false\n    },\n    {\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"required\": true,\n      \"fileType\": [\n        \"string\",\n        \"string\"\n      ],\n      \"filesAllowed\": 8407,\n      \"inputAttachment\": [\n        \"CameraSideBack\",\n        \"CameraSideFront\"\n      ],\n      \"validateImage\": false,\n      \"authentication\": true\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "00a02769-299f-48ac-94a2-174ef392cce3",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v2",
                    "operation",
                    ":operationId",
                    "members"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "780",
                      "key": "operationId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-Api-Key",
                    "value": "<API Key>"
                  },
                  {
                    "disabled": false,
                    "description": "Language Header",
                    "key": "Content-Language",
                    "value": ""
                  },
                  {
                    "key": "Accept",
                    "value": "text/plain"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"email\": \"string\",\n  \"phone\": \"string\",\n  \"cpf\": \"string\",\n  \"signatureType\": \"UserChoice\",\n  \"role\": \"string\",\n  \"orderPosition\": 9985,\n  \"insertMode\": \"Group\",\n  \"notificationChannel\": \"None\",\n  \"geoRequired\": true,\n  \"doubleAuthentication\": false,\n  \"isPadSignature\": true,\n  \"authenticationChannel\": \"SMS\",\n  \"hasSignatureTag\": false,\n  \"signPositionTag\": \"string\",\n  \"hasRubricTag\": false,\n  \"rubricTag\": \"string\",\n  \"stampId\": \"string\",\n  \"color\": 4302,\n  \"formTitle\": \"string\",\n  \"formDescription\": \"string\",\n  \"signatures\": [\n    {\n      \"documentId\": \"string\",\n      \"printSignature\": true,\n      \"positions\": [\n        {\n          \"page\": 7731,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        },\n        {\n          \"page\": 5179,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        }\n      ],\n      \"initialsPages\": [\n        238,\n        7076\n      ]\n    },\n    {\n      \"documentId\": \"string\",\n      \"printSignature\": true,\n      \"positions\": [\n        {\n          \"page\": 9274,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        },\n        {\n          \"page\": 1905,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        }\n      ],\n      \"initialsPages\": [\n        4339,\n        6135\n      ]\n    }\n  ],\n  \"rubrics\": [\n    {\n      \"documentId\": \"string\",\n      \"printSignature\": true,\n      \"positions\": [\n        {\n          \"page\": 3686,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        },\n        {\n          \"page\": 7686,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        }\n      ],\n      \"initialsPages\": [\n        8468,\n        8958\n      ]\n    },\n    {\n      \"documentId\": \"string\",\n      \"printSignature\": false,\n      \"positions\": [\n        {\n          \"page\": 2474,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        },\n        {\n          \"page\": 6036,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        }\n      ],\n      \"initialsPages\": [\n        3500,\n        4100\n      ]\n    }\n  ],\n  \"pendingMembersOrder\": [\n    {\n      \"memberId\": 2928,\n      \"order\": 9227\n    },\n    {\n      \"memberId\": 1071,\n      \"order\": 8535\n    }\n  ],\n  \"antifraudFeature\": \"FacialCpfSerpro\",\n  \"antifraudFeatures\": [\n    \"string\",\n    \"string\"\n  ],\n  \"antifraudOverrideReason\": \"string\",\n  \"attachments\": [\n    {\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"required\": true,\n      \"fileType\": [\n        \"string\",\n        \"string\"\n      ],\n      \"filesAllowed\": 9399,\n      \"inputAttachment\": [\n        \"CameraSideFront\",\n        \"CameraSideFront\"\n      ],\n      \"validateImage\": true,\n      \"authentication\": false\n    },\n    {\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"required\": true,\n      \"fileType\": [\n        \"string\",\n        \"string\"\n      ],\n      \"filesAllowed\": 8407,\n      \"inputAttachment\": [\n        \"CameraSideBack\",\n        \"CameraSideFront\"\n      ],\n      \"validateImage\": false,\n      \"authentication\": true\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 6596,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e06d3407-4842-4342-a03c-077bba5635c4",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v2",
                    "operation",
                    ":operationId",
                    "members"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "780",
                      "key": "operationId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-Api-Key",
                    "value": "<API Key>"
                  },
                  {
                    "disabled": false,
                    "description": "Language Header",
                    "key": "Content-Language",
                    "value": ""
                  },
                  {
                    "key": "Accept",
                    "value": "text/plain"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"email\": \"string\",\n  \"phone\": \"string\",\n  \"cpf\": \"string\",\n  \"signatureType\": \"UserChoice\",\n  \"role\": \"string\",\n  \"orderPosition\": 9985,\n  \"insertMode\": \"Group\",\n  \"notificationChannel\": \"None\",\n  \"geoRequired\": true,\n  \"doubleAuthentication\": false,\n  \"isPadSignature\": true,\n  \"authenticationChannel\": \"SMS\",\n  \"hasSignatureTag\": false,\n  \"signPositionTag\": \"string\",\n  \"hasRubricTag\": false,\n  \"rubricTag\": \"string\",\n  \"stampId\": \"string\",\n  \"color\": 4302,\n  \"formTitle\": \"string\",\n  \"formDescription\": \"string\",\n  \"signatures\": [\n    {\n      \"documentId\": \"string\",\n      \"printSignature\": true,\n      \"positions\": [\n        {\n          \"page\": 7731,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        },\n        {\n          \"page\": 5179,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        }\n      ],\n      \"initialsPages\": [\n        238,\n        7076\n      ]\n    },\n    {\n      \"documentId\": \"string\",\n      \"printSignature\": true,\n      \"positions\": [\n        {\n          \"page\": 9274,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        },\n        {\n          \"page\": 1905,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        }\n      ],\n      \"initialsPages\": [\n        4339,\n        6135\n      ]\n    }\n  ],\n  \"rubrics\": [\n    {\n      \"documentId\": \"string\",\n      \"printSignature\": true,\n      \"positions\": [\n        {\n          \"page\": 3686,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        },\n        {\n          \"page\": 7686,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        }\n      ],\n      \"initialsPages\": [\n        8468,\n        8958\n      ]\n    },\n    {\n      \"documentId\": \"string\",\n      \"printSignature\": false,\n      \"positions\": [\n        {\n          \"page\": 2474,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        },\n        {\n          \"page\": 6036,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        }\n      ],\n      \"initialsPages\": [\n        3500,\n        4100\n      ]\n    }\n  ],\n  \"pendingMembersOrder\": [\n    {\n      \"memberId\": 2928,\n      \"order\": 9227\n    },\n    {\n      \"memberId\": 1071,\n      \"order\": 8535\n    }\n  ],\n  \"antifraudFeature\": \"FacialCpfSerpro\",\n  \"antifraudFeatures\": [\n    \"string\",\n    \"string\"\n  ],\n  \"antifraudOverrideReason\": \"string\",\n  \"attachments\": [\n    {\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"required\": true,\n      \"fileType\": [\n        \"string\",\n        \"string\"\n      ],\n      \"filesAllowed\": 9399,\n      \"inputAttachment\": [\n        \"CameraSideFront\",\n        \"CameraSideFront\"\n      ],\n      \"validateImage\": true,\n      \"authentication\": false\n    },\n    {\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"required\": true,\n      \"fileType\": [\n        \"string\",\n        \"string\"\n      ],\n      \"filesAllowed\": 8407,\n      \"inputAttachment\": [\n        \"CameraSideBack\",\n        \"CameraSideFront\"\n      ],\n      \"validateImage\": false,\n      \"authentication\": true\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 6596,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "17371b1d-9c14-4948-9ab3-56fdcaf73edc",
              "name": "Client Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v2",
                    "operation",
                    ":operationId",
                    "members"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "780",
                      "key": "operationId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-Api-Key",
                    "value": "<API Key>"
                  },
                  {
                    "disabled": false,
                    "description": "Language Header",
                    "key": "Content-Language",
                    "value": ""
                  },
                  {
                    "key": "Accept",
                    "value": "text/plain"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"email\": \"string\",\n  \"phone\": \"string\",\n  \"cpf\": \"string\",\n  \"signatureType\": \"UserChoice\",\n  \"role\": \"string\",\n  \"orderPosition\": 9985,\n  \"insertMode\": \"Group\",\n  \"notificationChannel\": \"None\",\n  \"geoRequired\": true,\n  \"doubleAuthentication\": false,\n  \"isPadSignature\": true,\n  \"authenticationChannel\": \"SMS\",\n  \"hasSignatureTag\": false,\n  \"signPositionTag\": \"string\",\n  \"hasRubricTag\": false,\n  \"rubricTag\": \"string\",\n  \"stampId\": \"string\",\n  \"color\": 4302,\n  \"formTitle\": \"string\",\n  \"formDescription\": \"string\",\n  \"signatures\": [\n    {\n      \"documentId\": \"string\",\n      \"printSignature\": true,\n      \"positions\": [\n        {\n          \"page\": 7731,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        },\n        {\n          \"page\": 5179,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        }\n      ],\n      \"initialsPages\": [\n        238,\n        7076\n      ]\n    },\n    {\n      \"documentId\": \"string\",\n      \"printSignature\": true,\n      \"positions\": [\n        {\n          \"page\": 9274,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        },\n        {\n          \"page\": 1905,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        }\n      ],\n      \"initialsPages\": [\n        4339,\n        6135\n      ]\n    }\n  ],\n  \"rubrics\": [\n    {\n      \"documentId\": \"string\",\n      \"printSignature\": true,\n      \"positions\": [\n        {\n          \"page\": 3686,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        },\n        {\n          \"page\": 7686,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        }\n      ],\n      \"initialsPages\": [\n        8468,\n        8958\n      ]\n    },\n    {\n      \"documentId\": \"string\",\n      \"printSignature\": false,\n      \"positions\": [\n        {\n          \"page\": 2474,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        },\n        {\n          \"page\": 6036,\n          \"coordenateX\": \"string\",\n          \"coordenateY\": \"string\"\n        }\n      ],\n      \"initialsPages\": [\n        3500,\n        4100\n      ]\n    }\n  ],\n  \"pendingMembersOrder\": [\n    {\n      \"memberId\": 2928,\n      \"order\": 9227\n    },\n    {\n      \"memberId\": 1071,\n      \"order\": 8535\n    }\n  ],\n  \"antifraudFeature\": \"FacialCpfSerpro\",\n  \"antifraudFeatures\": [\n    \"string\",\n    \"string\"\n  ],\n  \"antifraudOverrideReason\": \"string\",\n  \"attachments\": [\n    {\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"required\": true,\n      \"fileType\": [\n        \"string\",\n        \"string\"\n      ],\n      \"filesAllowed\": 9399,\n      \"inputAttachment\": [\n        \"CameraSideFront\",\n        \"CameraSideFront\"\n      ],\n      \"validateImage\": true,\n      \"authentication\": false\n    },\n    {\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"required\": true,\n      \"fileType\": [\n        \"string\",\n        \"string\"\n      ],\n      \"filesAllowed\": 8407,\n      \"inputAttachment\": [\n        \"CameraSideBack\",\n        \"CameraSideFront\"\n      ],\n      \"validateImage\": false,\n      \"authentication\": true\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 6596,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4ed128ca-c0fa-4373-9a43-7354eaf9e27a",
          "name": "/api/v2/operation/:operationId/members/:memberId",
          "request": {
            "name": "/api/v2/operation/:operationId/members/:memberId",
            "description": {},
            "url": {
              "path": [
                "api",
                "v2",
                "operation",
                ":operationId",
                "members",
                ":memberId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "780",
                  "key": "operationId",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "780",
                  "key": "memberId",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": "Language Header",
                "key": "Content-Language",
                "value": ""
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "text/plain"
              }
            ],
            "method": "DELETE",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"reason\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "72c665ed-ac9c-4db1-85cd-09c083f64e12",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v2",
                    "operation",
                    ":operationId",
                    "members",
                    ":memberId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "780",
                      "key": "operationId",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "780",
                      "key": "memberId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-Api-Key",
                    "value": "<API Key>"
                  },
                  {
                    "disabled": false,
                    "description": "Language Header",
                    "key": "Content-Language",
                    "value": ""
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"reason\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "47714514-222f-4bdd-97f2-a8967fc6c450",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v2",
                    "operation",
                    ":operationId",
                    "members",
                    ":memberId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "780",
                      "key": "operationId",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "780",
                      "key": "memberId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-Api-Key",
                    "value": "<API Key>"
                  },
                  {
                    "disabled": false,
                    "description": "Language Header",
                    "key": "Content-Language",
                    "value": ""
                  },
                  {
                    "key": "Accept",
                    "value": "text/plain"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"reason\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 6596,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fb7e832a-83af-4865-8aed-b0a279e44303",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v2",
                    "operation",
                    ":operationId",
                    "members",
                    ":memberId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "780",
                      "key": "operationId",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "780",
                      "key": "memberId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-Api-Key",
                    "value": "<API Key>"
                  },
                  {
                    "disabled": false,
                    "description": "Language Header",
                    "key": "Content-Language",
                    "value": ""
                  },
                  {
                    "key": "Accept",
                    "value": "text/plain"
                  }
                ],
                "method": "DELETE",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"reason\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 6596,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "9be3d64c-982c-46db-a11f-331261a59fd0",
      "name": "OperationFiles",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "ee252a79-9df2-48c2-9dbd-b0e558c9d14b",
          "name": "/api/v2/operations/:operationId/files/download/authenticated",
          "request": {
            "name": "/api/v2/operations/:operationId/files/download/authenticated",
            "description": {},
            "url": {
              "path": [
                "api",
                "v2",
                "operations",
                ":operationId",
                "files",
                "download",
                "authenticated"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "780",
                  "key": "operationId",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": "Language Header",
                "key": "Content-Language",
                "value": ""
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "9597bbd5-79ef-41dd-b7ef-afb81620b34e",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v2",
                    "operations",
                    ":operationId",
                    "files",
                    "download",
                    "authenticated"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "780",
                      "key": "operationId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-Api-Key",
                    "value": "<API Key>"
                  },
                  {
                    "disabled": false,
                    "description": "Language Header",
                    "key": "Content-Language",
                    "value": ""
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "87b45b88-d792-4f4f-abca-a97539784e14",
          "name": "/api/v2/operations/:operationId/documents/:documentId/download-base64",
          "request": {
            "name": "/api/v2/operations/:operationId/documents/:documentId/download-base64",
            "description": {},
            "url": {
              "path": [
                "api",
                "v2",
                "operations",
                ":operationId",
                "documents",
                ":documentId",
                "download-base64"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "780",
                  "key": "operationId",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "780",
                  "key": "documentId",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": "Language Header",
                "key": "Content-Language",
                "value": ""
              },
              {
                "key": "Accept",
                "value": "text/plain"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "ec53be96-8137-4249-93b0-0a2f6a7c73fd",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v2",
                    "operations",
                    ":operationId",
                    "documents",
                    ":documentId",
                    "download-base64"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "780",
                      "key": "operationId",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "780",
                      "key": "documentId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-Api-Key",
                    "value": "<API Key>"
                  },
                  {
                    "disabled": false,
                    "description": "Language Header",
                    "key": "Content-Language",
                    "value": ""
                  },
                  {
                    "key": "Accept",
                    "value": "text/plain"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"fileName\": \"string\",\n    \"contentType\": \"string\",\n    \"base64Content\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "809edf20-ea76-4c10-a606-c21a7dff9c31",
          "name": "/api/v2/operations/:operationId/forms",
          "request": {
            "name": "/api/v2/operations/:operationId/forms",
            "description": {},
            "url": {
              "path": [
                "api",
                "v2",
                "operations",
                ":operationId",
                "forms"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "memberId",
                  "value": "780"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "780",
                  "key": "operationId",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": "Language Header",
                "key": "Content-Language",
                "value": ""
              },
              {
                "key": "Accept",
                "value": "text/plain"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "76658dcb-388a-42d0-afe9-9198479e3b80",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v2",
                    "operations",
                    ":operationId",
                    "forms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "memberId",
                      "value": "780"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "780",
                      "key": "operationId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-Api-Key",
                    "value": "<API Key>"
                  },
                  {
                    "disabled": false,
                    "description": "Language Header",
                    "key": "Content-Language",
                    "value": ""
                  },
                  {
                    "key": "Accept",
                    "value": "text/plain"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"operationCompanyId\": 5550,\n    \"members\": [\n      {\n        \"memberId\": 1418,\n        \"memberName\": \"string\",\n        \"memberEmail\": \"string\",\n        \"formTitle\": \"string\",\n        \"formDescription\": \"string\",\n        \"fields\": [\n          {\n            \"fieldId\": 3923,\n            \"fieldName\": \"string\",\n            \"fieldValue\": \"string\",\n            \"fieldType\": \"string\",\n            \"type\": \"string\",\n            \"required\": false,\n            \"multiple\": true,\n            \"variant\": \"string\",\n            \"selectedOptions\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"order\": 2254\n          },\n          {\n            \"fieldId\": 2105,\n            \"fieldName\": \"string\",\n            \"fieldValue\": \"string\",\n            \"fieldType\": \"string\",\n            \"type\": \"string\",\n            \"required\": false,\n            \"multiple\": true,\n            \"variant\": \"string\",\n            \"selectedOptions\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"order\": 866\n          }\n        ]\n      },\n      {\n        \"memberId\": 8722,\n        \"memberName\": \"string\",\n        \"memberEmail\": \"string\",\n        \"formTitle\": \"string\",\n        \"formDescription\": \"string\",\n        \"fields\": [\n          {\n            \"fieldId\": 2071,\n            \"fieldName\": \"string\",\n            \"fieldValue\": \"string\",\n            \"fieldType\": \"string\",\n            \"type\": \"string\",\n            \"required\": true,\n            \"multiple\": false,\n            \"variant\": \"string\",\n            \"selectedOptions\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"order\": 9223\n          },\n          {\n            \"fieldId\": 1999,\n            \"fieldName\": \"string\",\n            \"fieldValue\": \"string\",\n            \"fieldType\": \"string\",\n            \"type\": \"string\",\n            \"required\": false,\n            \"multiple\": false,\n            \"variant\": \"string\",\n            \"selectedOptions\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ],\n            \"order\": 2398\n          }\n        ]\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    }
  ],
  "event": [],
  "variable": [
    {
      "key": "apiKey",
      "value": "SUA_API_KEY_AQUI",
      "type": "string",
      "description": "X-Api-Key — obtenha em Painel > Desenvolvedor > Chave de API"
    },
    {
      "key": "baseUrl",
      "value": "https://api.forsign.digital",
      "type": "string"
    }
  ],
  "auth": {
    "type": "apikey",
    "apikey": [
      {
        "key": "key",
        "value": "X-Api-Key",
        "type": "string"
      },
      {
        "key": "value",
        "value": "{{apiKey}}",
        "type": "string"
      },
      {
        "key": "in",
        "value": "header",
        "type": "string"
      }
    ]
  },
  "info": {
    "_postman_id": "eb2a0330-b934-48fb-885d-ca5ec8b7411b",
    "name": "ForSign API",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "description": "Colecao oficial da API publica do ForSign. Gerada automaticamente a partir do OpenAPI."
  }
}
