I Added custom properties to AppUser Model and now I want to create a new User with custom properties included. but I can't change Identity user DTOs.
I Still see the default properties in swagger :

how can I add my custom properties to them?
here is my new properties added to AppUser:

and here my ConfigureCustomUserProperties method in PmsCloudDbContextModelCreatingExtensions :
