Retrieves the total flash loan premium for a given lending pool.
Represents the structure of the API response for the Lending Pool.
GET //lending-pool/flash-loan-premium HTTP/1.1 Host: beta.usemoon.ai Authorization: text Accept: */*
A promise that resolves to a LendingPoolAPIResponse containing the total flash loan premium.
{ "success": true, "message": "text", "data": 1 }