I have an Angular application and I need it to send an API POST request, but this request would have to be executed outside the browser, that is, through the node backend or through powershell or through linux... Has anyone ever needed to perform this operation or know if it would be possible? Thank you in advance. I tried to execute the requests but everything I tried was unsuccessful. Continue reading...