import axios from 'axios';
console.time('time');
const response = await axios.post(
'https://cs.money/1.0/market/purchase',
{
'items': [
{
'id': '28071254',
'price': 0.02
}
]
},
{
headers: {
***
}
}
);
console.timeEnd('time');
Запускаешь скрипт и в консоли видишь время выполнения