3 lines
166 B
C#
3 lines
166 B
C#
HttpClient client = new HttpClient();
|
|
await client.PostAsync("https://api.stage.gastrojames.ch/api/Payment/6863e5735b563a60260367fa/print",new StringContent(""));
|