The POST /admin/apikeys endpoint creates an api key. the expiresAt field is optional, but if not included it defaults to being automatically expired. Could change to:
- make the field required and throw an error if not included
- default to expiring a year from now if not included
- make the key never expire if not included (probably not this one)
The POST /admin/apikeys endpoint creates an api key. the expiresAt field is optional, but if not included it defaults to being automatically expired. Could change to: