Script and trigger API requests from the command line.
npm install -g novixCreate a test.novix file:
{
"method": "GET",
"url": "https://swapi.dev/api/people/3/",
"headers": {
"Content-Type": "application/json"
}
}Run it:
novix test.novix