Extend token
Параметры запроса
token
const response = await fetch('//api.client.nbcgate.tech/auth/token/refresh', { method: 'PUT', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "refreshToken": "text", "uuid": "text" }), }); const data = await response.json();
text