{{$randomUserName}} to verify user registration. This simple trick is actually part of a powerful feature called Dynamic Values.{{$variableName}}.{{$guid}}: A unique UUID (e.g., d4f5-a1b2-...). Perfect for Request IDs or Trace IDs.{{$timestamp}}: Current Unix timestamp (e.g., 1678886472).{{$randomUserName}}: A random username (e.g., brave_lion).{{$randomEmail}}: A random email (e.g., example@xyz.com).{{$randomPhoneNumber}}: A random phone number.{{$randomInt}}: A random integer between 0 and 1000.{{$randomString}}: A random string of text.Tip: Apidog provides hundreds of these. Just type {{$in any value field, and the autocomplete list will appear. Or click the Magic Wand icon to browse the full list.
{
"username": "testuser",
"email": "test@example.com",
"password": "Password123"
}{
"username": "{{$randomUserName}}",
"email": "{{$randomUserName}}@example.com",
"password": "Password123"
}"username": "blue_sky""username": "fast_tiger"GET /items?cacheBuster={{$timestamp}}{{$timestamp}}, {{$guid}}, and {{$randomUserName}}.