Hi @anyone,
I am trying to use curl command curl -X GET "http://localhost:8000/api/v1/projects/p1/features/" -H "Content-type: application/json" -H "X-Auth-Token: ***" , i observe the above error.
I tried changing -H "Authorization: ****" , tried apssing environment key along with this .
How to pass API Key for my GET and POST requests to work ?