post https://{base_url}//oauth/refresh-token
Use this endpoint to obtain a new access token when the previous one expires.
Pass the refresh_token issued during authentication in the request body. A valid Bearer access token must also be included in the Authorization header.
The response will return a new access_token (and possibly a new refresh_token) that should replace the expired token for subsequent API calls.
