Authenticating Using Djoser jwt and cookies

hi Im using djoser to handle the basic registration views and rest-passwords
and the project all works fine and using HttpOnly to store the access and refresh token
In postman testing I have to refresh the token every 5 minutes even I set the max_age to 14 days
is this happening only in development environment

how is this work from the user Clint side should the user enter the email and password again or the refresh done when the user again enters the application

here is the message in postman I refresh the token ones again