Fill in method, URL, headers, and body to generate a ready-to-paste cURL command no need to remember flag syntax.
curl \ -L \ -H 'Authorization: Bearer <token>' \ 'https://api.example.com/v1/resource'
Generated fully client-side — values are shell-escaped with single quotes, nothing is sent anywhere.
Related