Convert request to cURL command.
curl -X GET -H 'Content-Type: application/json' 'https://api.example.com/endpoint'
Add to favorites for quick access from the home page
Tools often used together with this one
Input: POST https://api.example.com, Content-Type: application/json Output: curl -X POST -H '...' -d '...' 'https://...'