Add GetRosinenStoreMemberReportAsync method and update Program menu

This commit is contained in:
troogs
2026-02-17 10:38:49 +01:00
parent 8a9951335a
commit f467ebb99e
3 changed files with 67 additions and 1 deletions

View File

@@ -94,7 +94,7 @@ namespace FsToolbox.Cli.Tasks
{
await AuthHelper.EnsureAuthenticationAsync(httpClient);
var uri = string.Format(Endpoints.StoreInformation, storeId);
var uri = string.Format(Endpoints.StoreDetails, storeId);
var response = await httpClient.GetAsync(uri);
var responseBody = await response.Content.ReadAsStringAsync();