curl --location --request POST '/api/v1/wallets//register-auth' \
--header 'Content-Type: application/json' \
--data-raw '{
"authType": "API_Key",
"authPayload": {
"apiKeyName": "my-api-key",
"curveType": "API_KEY_CURVE_SECP256K1",
"publicKey": "0x04a1b2c3d4e5f6...",
"expirationSeconds": "31536000"
}
}'{
"success": true
}