Resend API error: {"statusCode":401,"message":"This API key is restricted to only send emails","name":"restricted_api_key"}
Traceback (most recent call last):
File "/app/core/health/email.py", line 19, in check_email_service
raise Exception(f"Resend API error: {response.text}")
Exception: Resend API error: {"statusCode":401,"message":"This API key is restricted to only send emails","name":"restricted_api_key"}