Recipe
cURL Example Block Design
A polished, copy-friendly code block for API examples.
bash
curl -X POST "https://api.getnimbus.net/v1/license/verify" \
-H "Authorization: Bearer $NIMBUS_KEY" \
-H "Content-Type: application/json" \
-d '{"hwid":"$HWID","version":"4.2.0"}'Syntax Tokens
Flag names in pink, string literals in green, the command itself in violet.
Window Chrome
Traffic-light dots and a language label anchor the block as a terminal window.