Is your feature request related to a problem? Please describe.
Right now the API endpoints /signup ; /signin can be used via CURL, to make requests from CLI. X-API-Key makes this easier.
Describe the solution you'd like
Via Console when user uses the "Generate API Key" button, the frontend will make GET/POST request to backend to generate the API Key for the user, which can be used for api commands locally.
Describe alternatives you've considered
Additional context