curl --location -g --request PUT '/cryptomate/cards/{{card_id}}/phone' \ --header 'X-API-Key: {{apiKey}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "payload": { "phone": "+1234567890" } }'
{}