This commit is contained in:
2024-12-02 16:52:43 +01:00
parent 30dafb408d
commit 57d4a095a4

View File

@@ -40,7 +40,7 @@ curl -X POST http://localhost:3000/api/v1/email \
"data": { "data": {
"name": "John Doe", "name": "John Doe",
"barcode_url": "https://barcodeapi.org/api/8/12345670?", "barcode_url": "https://barcodeapi.org/api/8/12345670?",
"link": "https://run.lauf-fuer-kaya.de/selfservice/" "link": "https://portal.lauf-fuer-kaya.de/"
} }
}' }'
``` ```