curl --request POST \
--url https://api.example.com/v1/server/wallets/{walletId}/accounts/{accountId}/addresses/derive \
--header 'Content-Type: application/json' \
--header 'X-Access-Key: <x-access-key>' \
--header 'X-Signature: <x-signature>' \
--header 'X-Timestamp: <x-timestamp>' \
--data '
{
"chainId": "<string>",
"addressIndex": 123
}
'