Gemini CLI Integration Prompt
Copy and paste this prompt into Gemini CLI to quickly integrate BurnerBlock into your project.
The Prompt
I want to integrate BurnerBlock email verification into my signup flow.My stack is [YOUR STACK, e.g., Next.js, BetterAuth].Please create a utility function to call 'https://api.burnerblock.pro/api/v1/verify' with the 'x-api-key' header.Then, update my signup route to block users if the verdict is 'block'.