Confirm the Access to the dataflow by the Shared User.
POST
/confirmAccessDataflow/{dataflowId}
curl \
--request POST 'https://dataflownode.zerionsoftware.com/zcrypt/v1.0/confirmAccessDataflow/{dataflowId}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"dataflow": {}
}