I'm trying to call GetAssistanceData (https://api.nrfcloud.com/v1/location/agps)
But the response is:
{
"message": "Invalid JWT header: \"alg\" field must be set to valid signing algorithm.",
"code": 40003
}
I have generated my JWT in Manage Service Key section, and have passed it to my header as described in the docs:
Any thoughts on why the JWT header would be invalid?