POST
/
requests
/
create
curl --request POST \
  --url https://lawsuits.prod.judit.io/requests/create \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '{
  "search": {
    "search_type": "<string>",
    "search_key": "<string>"
  },
  "reveal_partners_documents": true
}'
reveal_partners_documents
boolean

Define se os documentos dos sócios devem ser revelados;