package net.halfbinary.scavengerhuntapi.model.request data class ItemRequest( val name: String, val points: Int )