API keys per organization is not working
Putting the regenerated API key into the authorization always results in an 'Unauthorized' response.
curl -X 'GET' \
'https://<MY DOMAIN>/api/project.all' \
-H 'accept: application/json'
-H 'Authorization: Bearer <REGENERATED APIKEY>'