curl --location --request POST 'https://apicfa.convirza.com/v2/callflow/dni' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"dni_code": "string",
"custom_cookie": "string",
"group_id": 0,
"destination_url": "string",
"dni_type": "session",
"dni_element": "string",
"call_flow_id": 0,
"referrer": "string",
"referrer_type": "string",
"TTL": 0
}
]'[
{
"result": "string",
"data": "string",
"entry_count": 0
}
]