{ "data": {} }
curl --location --request PATCH '/flow/flowTask//fillin' \ --header 'Authorization: {{ACCESS_TOKEN}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "data": {} }'
{ "status": "OK" }