This is Google Chrome network tab:
As you can see here, Request Payload part is HTML
format, not dictionary(key, value) format.
So I have a problem setting data
part, which is dictionary type, of requests
library.
How can I set the payload in this case?