opengb
opengb copied to clipboard
Curl example in docs uses `https`
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
}'