We need to create the functionality to email clients to notify them about their API usage limits so they can be proactively informed about their usage and be able to increase their limit.
Conditions:
If free requests remaining =< 20% -> send an email
If free requests remaining === zero -> send an email
Acceptance criteria:
Emails are being sent based on the conditions described above.