Future<Options?> buildHeaderOptions( {String? contentType = Headers.jsonContentType}) async { return Options(headers: buildHeaders(), contentType: contentType); }