I tried to integrate my project in stryker-mutator recently, but i have problem with the new apikeys generated.
The key is like md5 hash and i tried to use these keys in scenarios:
- STRYKER_DASHBOARD_API_KEY env variable with command line (version 9.0.1)
- direct use of the value in a curl command
But all of tests i receive 401 error.
{"message":"Provide a valid \"X-Api-Key\" or JWT authorization header","error":"Unauthorized","statusCode":401}%
Can we help me to understand if i get the correct api-key?

I tried to integrate my project in stryker-mutator recently, but i have problem with the new apikeys generated.
The key is like md5 hash and i tried to use these keys in scenarios:
But all of tests i receive 401 error.
{"message":"Provide a valid \"X-Api-Key\" or JWT authorization header","error":"Unauthorized","statusCode":401}%Can we help me to understand if i get the correct api-key?