curl --request POST \
--url https://lite-api.jup.ag/studio/v1/dbc-pool/create-tx \
--header 'Content-Type: application/json' \
--data '{
"buildCurveByMarketCapParam": {
"quoteMint": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"initialMarketCap": 16000,
"migrationMarketCap": 69000,
"tokenQuoteDecimal": 6,
"lockedVestingParam": {
"totalLockedVestingAmount": 123,
"cliffUnlockAmount": 123,
"numberOfVestingPeriod": 0,
"totalVestingDuration": 0,
"cliffDurationFromMigrationTime": 0
}
},
"antiSniping": true,
"fee": {
"totalDuration": 60,
"baseFeeMode": "linear",
"feeBps": 100
},
"isLpLocked": true,
"tokenName": "<string>",
"tokenSymbol": "<string>",
"tokenImageContentType": "image/jpeg",
"creator": "<string>"
}'