Get the email address associated with the specified wallet address or vice versa.
wallet_address to associate with the email address
email address to associate with the wallet address
curl -L \ --request POST \ --url '/integrations/search' \ --header 'X-API-Key: YOUR_API_KEY' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data 'wallet_address=text&email=text'
{ "email": "text", "wallet_address": "text", "provider": "text" }