return fetch(CommonStyle.BaseUrl + 'history/' + userID, { headers: { 'quidtoken': userID, } },{timeout: 10})
return fetch(CommonStyle.BaseUrl + 'history/' + userID, {
headers: {
'quidtoken': userID,
}
},{timeout: 10})