const response = await axios.post(tokenUrl, {}, { headers });
if (response.status === 401) {
throw new HttpError(401, 'Bs');
}
const response = await axios.post(tokenUrl, {}, { headers });
if (response.status === 401) {
throw new HttpError(401, 'Bs');
}