diff --git a/src/comissions.app.api/Controllers/SellerProfileController.cs b/src/comissions.app.api/Controllers/SellerProfileController.cs index fa7f8c5..1e0c2aa 100644 --- a/src/comissions.app.api/Controllers/SellerProfileController.cs +++ b/src/comissions.app.api/Controllers/SellerProfileController.cs @@ -68,7 +68,7 @@ public class SellerProfileController : Controller [HttpPost] [Authorize("write:seller-profile")] - public async Task RequestSellerProfile(SellerProfileModel model) + public async Task RequestSellerProfile() { var userId = User.GetUserId();