application/x-www-form-urlencoded — URL-encoded key/value pairs.
application/x-www-form-urlencoded
const ApiBody.urlEncoded(Map<String, String> fields) : this(type: ApiBodyType.xWwwFormUrlencoded, fields: fields);