curl --location --request POST 'https://devnet.overlay.fun/tokens' \
--header 'api-key: API_KEY' \
--header 'auth-key: AUTH_KEY' \
--header 'Content-Type: application/json' \
--data-raw '{
"network": "solana",
"name": "string",
"symbol": "string",
"description": "string",
"image": "string",
"amount": 0,
"website": "string",
"seller_fee": "string"
}'
{}