how to turn ``` curl -XPOST url -F "file:@/path/to...
# ktor
i
how to turn
Copy code
curl -XPOST url -F "file:@/path/to/file"
to ktor?