The following changes have been made to the /login endpoint:
- It no longer requires an API_KEY.
- It has been changed from GET to POST. This is not yet enforced, but will be at some point. Please change your code if it's doing a GET to that endpoint to instead do a POST.