❔ Assign JSON API Results To DTO
hey if I am returning json data from an API how do I assign the json data to my DTO? Meaning if I have a DTO that looks like this but I only want to assign a value to
fname and lname how would I set that up?