Definition of a post call used by this client.
typedef PostCall = Future<http.Response> Function( Uri, { Object? body, Map<String, String>? headers, });