I shared the data’s from front-end http request node to Backend post api, but the posting data didn’t send. It showing 500 internal error, because the value is not correctly mapped to the particular key’s. Only the undefined value is sent. How to map the data’s for post api call. I have paste the screenshot of my flow.
backend:-
Note: The backend api is working fine, bcz I can access it through swagger and postman, its giving correct response. Only its not working from try to access the Front-end UI. So something I have missed in the frontend mapping.










