Hi guys, I was integrating the system with an API to use a card machine, so far everything was ok, but then I came across the following problem.
I'm using HttpPostJson when I call the api which is localhost, then I call the api and it waits for the card to approach and then waits for the user's response on the screen, if the user responds in a moment everything works perfectly, but if the user takes a few seconds Furthermore, I am receiving an Http request failed response from DATAFLEX, but the API performs its work normally.

I would like to know if there is any parameter to increase timeout?