/* GetCurrentPrice GET: {{baseURL}}/item/price/current?item_id=1 */ export interface GetCurrentPriceQuery { item_id: string; }