curl --request POST \
--url http://api.local.stratumn.com:3000/v2/traces/{traceId}/action \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form 'traceInput={}' \
--form 'actionKey=<string>' \
--form 'workflowId=<string>' \
--form 'groupLabel=<string>' \
--form file_example='@example-file' \
--form other_file_example='@example-file'