How to authenticate API requests
api-key
curl -X GET https://value.valmi.io/api/v1/agent_type/all \ -H "api-key: token_abc123xyz"
https://value.valmi.io/api/v1
{ "detail": "Unauthorized: Invalid api key" }
{ "detail": "Restricted: This endpoint is not allowed for your API key" }