Remap field keys before placing them into the final request body.
For example:
@override Map<String, String> get remapKeys => {'address': 'addressId'};
Map<String, String> get remapKeys => {};