curl --request POST \
--url https://api.cdp.coinbase.com/platform/v2/evm/accounts/{address}/sign \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'X-Wallet-Auth: <x-wallet-auth>' \
--data '{
"hash": "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
}'