CC#•Created by Keyvan on 5/9/2024 in #help Testing my UserEdit Api endpoint using swagger fails and throws a code 400 response
public async Task<ActionResult> UserEdit([FromBody] UserModel user, string password)
I am sending the user, then why is it saying user field is required