implement get project by id

This commit is contained in:
Phan Huy Tran 2024-10-02 08:47:36 +02:00 committed by Phan Huy Tran
commit 25ed7e8759
5 changed files with 62 additions and 15 deletions

View file

@ -1,6 +1,6 @@
POST https://keycloak.szut.dev/auth/realms/szut/protocol/openid-connect/token
Content-Type: application/x-www-form-urlencoded
grant_type=password&client_id=employee-management-service&username=user&password=test
POST https://keycloak.szut.dev/auth/realms/szut/protocol/openid-connect/token
Content-Type: application/x-www-form-urlencoded
grant_type=password&client_id=employee-management-service&username=user&password=test
> {% client.global.set("auth_token", response.body.access_token); %}