Function to dynamically build a HTTP body.
typedef HttpBodyBuilder = dynamic Function(Map<String, String?> parameters);