add
POST https://{{host}}:{{port}}/amm/liquidity/add
Request Body
{"chain"=>"{{chain}}", "network"=>"{{network}}", "address"=>"{{eth_address}}", "connector"=>"uniswapLP", "token0"=>"WETH", "token1"=>"USDC", "amount0"=>"0.01", "amount1"=>"0.01", "fee"=>"LOW", "lowerPrice"=>"0.5", "upperPrice"=>"1"}