How can I use the object sending via CreatedAtRoute without recreating?
For Example:
return CreatedAtRoute(nameof(GetUserById), new { Id = userReadDto.Id }