curl --location --request POST 'https://api.getcalico.com/platform/v1/provider' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"providerId": "ethereum",
"providerAuthType": "wallet_address",
"walletAddress": "0xF684986e3bB52204B16A83Fe239E9908e806d007",
"displayLabel": "Test wallet"
}'{
"added": true
}