curl --request POST \
--url https://api.staging.kaleidoswap.com/api/v1/lsps1/estimate_fees \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"client_pubkey": "<string>",
"lsp_balance_sat": 1,
"client_balance_sat": 1,
"required_channel_confirmations": 1,
"funding_confirms_within_blocks": 2,
"channel_expiry_blocks": 2,
"token": "<string>",
"refund_onchain_address": "<string>",
"announce_channel": true,
"asset_id": "<string>",
"lsp_asset_amount": 123,
"client_asset_amount": 123,
"rfq_id": "<string>",
"email": "<string>"
}
'