Post: API Refresh Token
This API endpoint is used to refresh an expired access token by using the previously obtained refresh token. This ensures continued authenticated access without requiring the user to log in again.
Endpoint:
/auth/api/refresh
Input:
This endpoint does not require any parameters in the request body, but the request must include a valid refresh token in the authorization header.
Output:
New access token (if the refresh token is valid)