The headers you should be sending are
{
'Client-ID': 'YourID',
'Authorization': 'Bearer YourTokenHere'
}
I don’t know what Postman does.
As I don’t use it for my testings.
This suggests that you (or postman) didn’t send a token at all
The headers you should be sending are
{
'Client-ID': 'YourID',
'Authorization': 'Bearer YourTokenHere'
}
I don’t know what Postman does.
As I don’t use it for my testings.
This suggests that you (or postman) didn’t send a token at all