package models type User struct { UserId string `json:"id"` ApiKey string `json:"api_key"` }