cURL
curl --request POST \ --url https://api.develop.segment.radiant.so/v1/signup/emailalert \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "email": "<string>", "chain": "<string>" }'