Users
Refresh access token
Reads the refresh_token from an HTTP-only cookie and issues a new JWT access token if the refresh token is still valid.
post/users/refresh-token
Cookies
refresh_tokenstring required
JWT refresh token set during login
Response
New access token issued
Example response
{
"message": "OK"
}