opengb icon indicating copy to clipboard operation
opengb copied to clipboard

Curl example in docs uses `https`

Open NathanFlurry opened this issue 9 months ago • 1 comments

Example:

curl -X POST "https://localhost:8080/modules/auth/scripts/auth_email_passwordless/call" \
  -H "Content-Type: application/json" \
  -d '{
    "key": "value" // Your JSON payload here
  }'

NathanFlurry avatar May 25 '24 00:05 NathanFlurry