what format should i use to send an array parameter of the integer type in the POST /api/v1/contracts/:contractId/actions?
const requestBody = { "workflowFunctionID": 10, "workflowActionParameters": [ { "name": "variable", "value": ["1,2,3"], "workflowFunctionParameterId": 11 } ] }