Retry multiple failed manual tasks at once.
Security
bearerAuth
PUT
curl -i -X PUT \
https://leadgen.grinfi.io/flows/api/tasks/mass-retry \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"uuids": [
"string"
]
}'