curl --request POST \
--url https://public-beam-backend-mainnet.codemelt.codes/api/algebra/interactions/increase \
--header 'Content-Type: application/json' \
--data '
{
"liquidityPercent": 123,
"tokenId": 123,
"recipient": "<string>",
"tokenAId": 123,
"tokenBId": 123,
"networkName": "<string>",
"liquidity": "<string>",
"tickLower": 123,
"tickUpper": 123,
"amountA": 123,
"amountB": 123
}
'