Feat: Refactor blocked accounts retrieval to include IP addresses
Revised the BlockedAccounts structure to map account usernames to IP addresses. Updated listBlockedAccounts function to fetch associated IPs for each blocked account from Redis and populate the revised structure accordingly.
Signed-off-by: Christian Roessner c@roessner.co