curl --request POST \
--url https://api.lpagent.io/open-api/v1/pools/landing-add-tx \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"lastValidBlockHeight": 123,
"addLiquidityTxsWithJito": [
"<string>"
],
"swapTxsWithJito": [],
"meta": {}
}
'