I created a Step function which will trigger by API Gateway with Input Parameters. Graph is here :
Below is my Step function code :
[
I'm trying to pass Body via API Gateway like below:
I'm getting below error while body request to API gateway
{ "error": "States.Runtime", "cause": "An error occurred while executing the state 'API Gateway Invoke' (entered at the event id #2). The JSONPath '$.id' specified for the field 'Payload.$' could not be found in the input '{"ISIN":"12sd"}'" }

