curl --location -g --request PATCH '/cryptomate/cards/{{card_id}}/freeze' \ --header 'X-API-Key: {{apiKey}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "payload": { "freeze": true } }'
{}