The HMAC-SHA256 hash generated from the string +timestamp using the api key secret
curl --location --request POST 'https://api.calven.com/v1/auth' \ --header 'Content-Type: application/json' \ --data-raw ''
{ "authenticated": true, "message": "string", "token": "string", "expiration": 0 }