📚 API Documentation
1. Create API Key
Endpoint untuk membuat key akses baru.
POST /create-apikey
curl -X POST https://api.bogelhost.com/create-apikey \
-H "username: your_username"
2. Create Dynamic QRIS
Generate QRIS dengan nominal spesifik.
POST /createqr
curl -X POST https://api.bogelhost.com/createqr \
-H "X-Api-Key: your_api_key" \
-H "Content-Type: application/json" \
-d '{
"username": "your_username",
"nominal": 50000,
"base-qris": "00020101021126670016COM..."
}'