namespace DocuMed.PWA.Services.RestServices; public interface IAiRestApi { [Post("/chat")] public Task ChatAsync([Body]object request); }