Hello,
I just want to know if there is any special reason for GetJWTToken function if it's doing (almost) exactly the same as SendPostRequest.
I see that GetJWTToken has extra return status: "-5 -- Failed to get token" (and has SendPostRequest "-10 -- The token is invalid or has expired") but in general they are doing the same and I need to extract token from the response json.
Q2. "-5 -- Failed to get token" - when can I except this status?
Regards,
Marcin