Future<T> create(T item, {String? callRole}) { String formattedPath = formatPathFromParts([baseUrl, callRole ?? requestRole, path]); return this.post(Uri.parse(formattedPath), item); }