Create or update a wallet integration with the email and wallet address
wallet_address to associate with the email address
email address to associate with the wallet address
POST /partner-api/integrations HTTP/1.1 Host: X-API-Key: YOUR_API_KEY Content-Type: application/x-www-form-urlencoded Accept: */* Content-Length: 40 "wallet_address='text'&email='text'"
OK
{ "email": "text", "wallet_address": "text", "provider": "text" }