curl --request POST \
--url https://api-dex.chainstream.io/solana/moonshot/mint \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"dex": "raydium",
"userAddress": "HN7cABqLq46Es1jh92dQQisAq662SmxELLLsHHe4YWrH",
"priorityFee": "0.000001",
"name": "My Token",
"symbol": "MTK",
"migrationDex": "RAYDIUM",
"icon": "https://assets.mytoken.com/icon.png",
"description": "A revolutionary new token for the Solana ecosystem",
"links": [
{
"label": "website",
"url": "https://mytoken.com"
},
{
"label": "twitter",
"url": "https://twitter.com/mytoken"
}
],
"banner": "https://assets.mytoken.com/banner.png",
"tokenAmount": "1000000000"
}'