I am trying to implement accept.js in react node.js I want to send
customerProfileId in node with the request as shown in this demo API
reference JSON requestbut am not able to understand how can I do that. I
have tried with the below code to send cu...