Which two tools can you use to make REST API requests?
REST APIs use HTTP-based requests. cURL can directly send HTTP requests from a command line, and a web browser can send HTTP requests to REST API endpoints. NETCONF and SSH are distinct network-management and remote-access protocols, not REST API request tools.
Community Discussion