Response.cs 113 B

123
  1. namespace Application.Features.Api.Studio.Wallet.RequestWithdraw;
  2. public sealed record Response(string Message);