- During Product office hours on 2025-12-23, we learned that no one on the call knew what the current request body format was for API endpoints that take `multipart/form-data` - We think the updated format is more friendly for humans who are using curl/Postman - We later learned that this the current format is the raw request (formatted by a browser or curl command) - Also update "form" to "body" in the "Parameters" table. We learned that the form data is actually part the body. Postman's UI shows this.