I was doing a form POST to a location where my dat...
# ktor
c
I was doing a form POST to a location where my data didn’t exactly match up with dataclass, and that resulted in a not-found. Interesting. What if one/ some of the fields in that data class are optional?