I want to send null field in body of a request with ktor. I use kotlinx.serialization library and use @Required annotation in top of that null filed. but ktor remove null fileds from request body!! how can I fix this?
I want to send null field in body of a request with ktor. I use kotlinx.serialization library and use @Required annotation in top of that null filed. but ktor remove null fileds from request body!! how can I fix this?