Json syntax error

Hi everyone,
in the call to an API I have to send a date in timestamp format for the nbf and exp variables but the json shows me a syntax error that I can’t understand even if I convert the time into timestamp.

Screenshot 2023-05-30 212851

What view is this?

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

I try to call as a string even though the nbf and exp parameters in the API documentation are integers