I need to post some request with the format of body:
username=<(some user name)>&password=<(some password)>
and the response string is in JSON format.
but when I create the object mapping, the body string is:
{“username”:”<(some user name)>”,”password”:<(some password)>}
Is there a way I can change the format of request body?
Thanks!
I just figured it out: