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