cURL
curl --request POST \ --url https://api.example.com/public/emails/set-interested \ --header 'Content-Type: application/json' \ --data ' { "email": "<string>", "subject": "<string>", "disposition": "<string>" } '
Set an “interested” field of the email to TRUE
OK. The "interested" field is now TRUE.