Hi ,
Please double-check a few things:
- The HTTP Method is set to POST.
- Under advanced, a header is added with key "Content-Type" and value "application/x-www-form-urlencoded"
- Under advanced, the body is in query parameter format. Example:
key1=value&key2=value2
- If curl is doing any automatic character encoding of the body before sending the request, you'll probably need to do the same encoding manually before entering it into the Body field in MP Builder.
Attaching a couple screenshots for reference. The request log in the UI is the best log to look at. If the tips above don't help, please send the body of your request so we can verify the format. We'd also be happy to jump on a call to take a look directly. You can reach me directly at mark.arbogast@broadcom.com.