curl --location -g --request PUT '/cryptomate/cards/{{card_id}}/email' \ --header 'X-API-Key: {{apiKey}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "payload": { "email": "newemail@example.com" } }'
{}