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' \