chore: Adds user creation route.

This commit is contained in:
imterah 2024-12-22 00:56:15 -05:00
parent c7b71e754f
commit 1237a31f8b
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
29 changed files with 630 additions and 63 deletions

View file

@ -0,0 +1,17 @@
meta {
name: Lookup
type: http
seq: 3
}
post {
url: http://127.0.0.1:3000/api/v1/backends/lookup
body: json
auth: none
}
body:json {
{
"token": "7d69814cdada551dd22521ad97b23b22a106278826a2b4e87dd76246594b56f973894e8265437a5d520ed7258d7c856d0d294e89b1de1a98db7fa4a"
}
}