Hello everyone!
I have a problem when i make a POST request to accounts.zoho.com/oauth/v2/token for refresh access token in Javascript whit the API. I'm trying whit axios and request but nothing works, only keeps loading and after a few seconds the response is a ETIMEDOUT error.
Also i'm trying to create a ticket whit the API but the problem it's the same.
When i make any GET or POST on Postman (whit the same data that i use on javascript) it works whitout problems, retrieves the new token and i can create tickets. Even i'm using the code generated by Postman but not works.
Anyone else have this problem? I don't known what i'm doing wrong on javascript but on postman it's fine.