Json syntax error

You’re missing quotes:

"nbf":"{{InfoPrenotazione}}"
"nbf":{{InfoPrenotazione}}

Timestamps are sent as string. If you were to send an integer, I think you’d run into the same issue, and I don’t know any way to solve it

1 Like