curl --location --request POST '/cryptomate/wallets' \ --header 'X-API-Key: {{apiKey}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "payload": { "name": "My Wallet", "blockchain": "POLYGON", "currency": "USDC" } }'
{}