curl --request POST \
--url https://public-api.cleopetra.fun/dlmm/initialize \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"user": "<string>",
"mode": "zap",
"pool": "<string>",
"strategy": "bid_ask",
"min_price": "<string>",
"max_price": "<string>",
"slippage": 500,
"amount_x": 123,
"amount_y": 123,
"amount_sol": 123,
"liquidity_distribution": [
123
],
"platform_fee_account": "<string>",
"platform_bps": 123
}
'