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