cURL
curl --request POST \ --url http://localhost:8000/api/api-keys \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
JWT token from login. Use: Authorization: Bearer <token>
API key and rawKey (shown once)