application/x-www-form-urlencoded body.
const ApiBody.urlEncoded(Map<String, String> fields) : this(type: ApiBodyType.xWwwFormUrlencoded, fields: fields);