mirror of
https://github.com/optim-enterprises-bv/databunker.git
synced 2025-10-30 17:37:50 +00:00
7 lines
247 B
Bash
Executable File
7 lines
247 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -x
|
|
|
|
DATABUNKER_APIKEY='25ae59fb-3859-b807-7420-cdb83e089b42'
|
|
curl -s http://localhost:3000/v1/user -XPOST "X-Bunker-Token: "$DATABUNKER_APIKEY -H "Content-Type: application/json" -d '{"name":"yul","email":"test@paranoidguy.com"}'
|