Airdrop
Contract address
List of recipient
Follow this json format for addresses here
curl -X POST 'https://token-xdc.vercel.app/api/airdrop' --header 'Accept: */*' --header 'Content-Type: application/json' --data-raw '{
"address": [
""
],
"chain": ,
"contractAddress": ""
}'