RubenGjelsten
Level 2
since ‎18-04-19
‎18-03-24

User Statistics

  • 2 Posts
  • 0 Answers
  • 0 Likes given
  • 0 Likes received

User Activity

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...