refresh_token is validated.access_token and refresh_token are generated.refresh_token is immediately invalidated and cannot be reused.expires_in from the login response).curl --location 'https://platform-oauth.convirza.com/oauth/refresh-token' \
--header 'Content-Type: application/json' \
--data '{
"refresh_token": "xyz789refresh012345678901234567890"
}'{
"access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9sdsaECAdsz123",
"refresh_token": "xyz789refresh012345678901234567890",
"token_type": "Bearer",
"expire": "2026-04-06T12:34:56.789Z",
"refresh_expire": "2026-10-06T12:34:56.789Z"
}