curl --request POST \
--url https://public-api.cleopetra.fun/dlmm/rebalance \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"user": "<string>",
"position": "<string>",
"strategy": "spot",
"min_price": "<string>",
"max_price": "<string>",
"slippage": 500,
"reinvest_fees": false,
"liquidity_distribution": [
123
],
"platform_fee_account": "<string>",
"platform_bps": 123
}
'