I have done loginByPassword with success, received JWTToken also
Next when I send request for getCandleData, I get this error-{"success":false,"message":"Invalid Token","errorCode":"AG8001","data":""}
I am sending bearer token as Authorisation header, and XPrivateKey as apiKey. What am I missing?