Hi, anyone who knows how to "convert" my Postman POST command to BP Web api format?In Postman, the keys are in Body as x-www-form-urlencoded.Converted to CURL (it looks like this):
curl --location --request POST 'https://xxxx' \
--header 'Content-Ty...