I am calling API as per image below ,somehow logic app add forward slash for each object in body when sending POST request.
Any idea how to fix this
{ "uri": https://test.com/apicall, "method": "POST", "headers": { "Content-Type":"application/x-www-form-urlencoded", "Cookie": "83B88D348F25", "whitespace": "no" }, "body": "request=&{\"action\":\"AddProduct\",\"ProductDetails\":{\"Prodct_Type\":"",\"Prouct\":\"apple\"}}" }
**Body should be when sending request from logic app ** "body": "request=&{"action":"AddProduct","ProductDetails":{"Prodct_Type":"","Prouct":"apple"}}"