ERROR: Did the API keys change all of a sudden? E108 - API Key / Portal Name mismatch

ERROR: Did the API keys change all of a sudden? E108 - API Key / Portal Name mismatch

Getting following error when requesting for remote authorization 

https://support.tracktechllc.com/support/RemoteAuth?operation=signup&email=admin%40agency3.com&fullname=Testuser&loginname=Test_user&utype=portal&ts=1659501065013&apikey=e2d941cede2e0a2d2189e4fc443965a9

Sending ts as 

var ts = (Int64)(DateTime.UtcNow.Subtract(new DateTime(1970, 1, 1, 0, 0, 0, DateTimeKind.Utc))).TotalMilliseconds;

APIKey:
var apikey = hexdigit(md5Of(operation + email + loginName + fullName + utype + remoteAuthKey + ts));


{"result": "failure","cause": "E108 - API Key / Portal Name mismatch"}