curl --request POST \
--url https://api.eflow.team/v1/affiliates/blockedvariables \
--header 'Content-Type: application/json' \
--header 'X-Eflow-Api-Key: <api-key>' \
--data '
{
"network_offer_id": 1,
"timezone_id": 90,
"from": "2025-01-01",
"to": "2025-01-31"
}
'