You could use an expression with something like:
formatDate(now(), 'h:mm:ss A')
The JSON editor for the HTTP Action supports inline expressions as well. Something like the following:
The date formats for the formatDate()
function can be found linked below. You can either construct your own format using the various tokens or just use one of the localized formats toward the bottom of the page.