Hello there,
I'm trying to consume my Business Rules from my workflow service task. I created the business rules from Business Rules --> Manage Rule Projects and deployed with versions. Below is how my version history is looking like for the business rules.

To confirm the rules execution, I configured the environment in sap api business hub under rule execution API for cloud foundry and executed my rules. The results appeared satisfactory.
Request -

Response -

I configured my service task step like this -

My payload for request looks like below -
/********** Prepare Input Payload to Execute Rule ********** */var ruleServiceId = '3c4c2bfd5d4b46bb961359aab86052aa';$.context.selfApproval = 'false';Ru and le Execut
While doing the execution, I'm getting the following error -

I tried with the /v2/workingset-rule-services and that lead to similar error.
What am I missing here?