← All examples
API Login Request cURL Example
A safe login request example that demonstrates the cURL parser. The workspace extracts the HTTP method, URL, headers and JSON body without sending the command anywhere.
curl -X POST https://api.example.com/v1/login -H 'Content-Type: application/json' -H 'X-Request-ID: demo-123' --data '{"email":"maya@example.com","password":"not-a-real-password"}'