Future<Map<String, dynamic>> patch(Uri url, {JsonEncodable? body}) => _makeRequest(url, 'PATCH', body);