curl --request POST \
--url https://public-api.cleopetra.fun/dammv2/initialize \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"user": "<string>",
"mode": "normal",
"pool": "<string>",
"slippage": 500,
"amount_x": "<string>",
"amount_y": "<string>",
"amount_sol": "<string>",
"platform_bps": 123,
"platform_fee_account": "<string>"
}
'