curl --location '/api/v1.0/authenticate' \ --header 'Content-Type: application/json' \ --data '{ "Username": "{{userName}}", "Password": "{{pwd}}" }'
{ "Token": "string", "ExpireDate": "2019-08-24T14:15:22.123Z", "Hours": 0 }