/sell-item where user can sell items within his main inventory/admin-edit item and added new optional inputs:sellable: to determine if item can be sold or notsell-price: to determine the sell price of that itemsell-account: to determine the balance account the system will set the balance inAll items by default are not sellable, you can modify the item to be sellable through /admin-edit item
By default, the reward balance of sale will be deposited in the main account of the user, but you can modify that in /admin-edit item and specify the sell-account. if the user does not have that account, the system will reject his sell attempt.