curl --location --request POST 'https://api.getcalico.com/accounts/v2/providers' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"providerId": "ethereum",
"providerAuthType": "wallet_address",
"walletAddress": "0xF684986e3bB52204B16A83Fe239E9908e806d007",
"displayLabel": "Test wallet"
}'{
"data": {
"added": true,
"redirect_url": "string"
},
"errors": [
{
"provider_id": "string",
"cause": "bad_request"
}
]
}