I was able to send a request with a JWT token in header using POSTMAN, I'd like to switch to use Paw, but it returned with error
Authentication credentials were not provided.
Below is what I tried for the Authorization header:
Postman (this works)
Authorization: JWT [token]
Paw
Authorization: Bearer [token]
Authorization: JWT [token]
Authorization: [token]
Authorization: Token [token]
Any idea please?