docs, auth starting officially 0.2.0 version

This commit is contained in:
filipriec
2025-03-24 22:17:02 +01:00
parent 24c426229c
commit 9393294af8
3 changed files with 14 additions and 4 deletions

View File

@@ -0,0 +1,10 @@
grpcurl -plaintext -d '{
"username": "testuser2",
"email": "test2@example.com"
}' localhost:50051 multieko2.auth.AuthService/Register
{
"id": "5fa9bbce-85e0-4b06-8364-b561770c2fdd",
"username": "testuser2",
"email": "test2@example.com",
"role": "accountant"
}