Create clear, well-structured API documentation following these practices:

  1. Use proper formatting:
/// Create a multipart form to be used in API responses.
///
/// This struct implements [`IntoResponse`], and so it can be returned from a handler.
  1. Use correct references:
  2. Write informative examples:
  3. Ensure completeness:

Documentation should be treated as a first-class feature - it’s often the first interaction users have with your API.