Translate a JSON API request
The translator separates URL, headers, auth, body, and options so an API request is easier to review before copying into code.
Input
curl 'https://api.example.com/users' -H 'Authorization: Bearer token' --json '{"name":"Ada"}'Output
POST request with JSON body, Authorization header, generated Fetch and Python snippets