curl --request POST \
--url https://testnet.walletkit.com/tokens \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"network": "Ethereum",
"name": "<string>",
"symbol": "<string>",
"decimals": "<string>",
"display_decimals": "<string>",
"logo_url": "<string>",
"initial_supply": "<string>",
"developer_secret": "<string>",
"user_pin": "<string>"
}'