API key authentication
Create a key in the developer console and send it in the Authorization header.
Request example
curl -X GET "https://api.cloudplatform.dev/v1/projects" \
-H "Authorization: Bearer <API_KEY>" \
-H "Content-Type: application/json"