Adds or updates a value in the request body.
void add(String key, dynamic value) => _input.add(key, value);