import Foundation struct CreateBookmarkResponseDto: Codable { let message: String let status: Int }