From 7a12ceab3fc14df30dba01f6bfbe01d7214fe21b Mon Sep 17 00:00:00 2001 From: Bunthai Deng Date: Sun, 18 Feb 2024 19:49:07 -0600 Subject: [PATCH] add detail --- backend/pms/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/pms/README.md b/backend/pms/README.md index 5ae4e66..11b8f8b 100644 --- a/backend/pms/README.md +++ b/backend/pms/README.md @@ -71,6 +71,8 @@ response:
##### Refresh Token +Add the refresh token in the header
+for example `Authorization: Bearer {refreshToken}` ```shell curl --location --request POST 'http://localhost:8080/api/v1/token/refresh' \