Create a new attachment.Args: attachment (schemas.AttachmentCreate): The attachment data to be created. db (Session): The database session. current_user (schemas.User): The user creating the new attachment.Returns: schemas.Attachment: The created attachment.