using OpenApi file from here
steps:
- import bankground open api file
- from "Design" tab, select the POST /users request and right click to "Add to Request" editor
- set {{server_host}} variable to server name "bankground.apimate.eu". Change http to "https"
url window does not allow https to be used
- in same request, open the Headers tab
- For the Content-Type header, replace application/json with "application/x-www-form-urlencoded"
header window does not allow the new content type to be used