POST
/
requests
curl --request POST \
  --url https://requests.prod.judit.io/requests \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '{
  "search": {
    "search_type": "<string>",
    "search_key": "<string>",
    "response_type": "<string>",
    "cache_ttl_in_days": 123,
    "search_params": {
      "lawsuit_instance": 123,
      "masked_response": "<string>",
      "filter": {
        "side": "<string>",
        "distribution_date_gte": "<string>",
        "amount_gte": 123,
        "amount_lte": 123,
        "tribunals": {
          "keys": [
            {}
          ],
          "not_equal": true
        },
        "subject_codes": {
          "keys": [
            {}
          ],
          "not_equal": true
        },
        "classification_codes": {
          "keys": [
            {}
          ],
          "not_equal": true
        }
      },
      "credential": {
        "customer_key": "<string>"
      }
    }
  }
}'
{
    "request_id": "71adfaa6-5485-45ce-a4a1-00d485f8f0f9",
    "search": {
        "search_type": "lawsuit_cnj",
        "search_key": "0010137-92.2023.5.03.0077",
        "search_params": {},
    },
    "origin": "api",
    "origin_id": "fde89d98-b2b1-4c58-b0b7-13f4f96bba3d",
    "status": "pending",
    "tags": {},
    "created_at": "2023-10-18T18:36:58.775Z",
    "updated_at": "2023-10-18T18:36:58.775Z"
}
{
    "request_id": "71adfaa6-5485-45ce-a4a1-00d485f8f0f9",
    "search": {
        "search_type": "lawsuit_cnj",
        "search_key": "0010137-92.2023.5.03.0077",
        "search_params": {},
    },
    "origin": "api",
    "origin_id": "fde89d98-b2b1-4c58-b0b7-13f4f96bba3d",
    "status": "pending",
    "tags": {},
    "created_at": "2023-10-18T18:36:58.775Z",
    "updated_at": "2023-10-18T18:36:58.775Z"
}