Hi,
I didn't make any changes but seems like it started throwing error from {{current_user}} variable.
I'm using REST API - post call and handling over {{current_user}} variable within BODY.
It was working fine until yesterday and giving me error says
-
- message:""{{ current_user }}" was evaluated as {JSON obj} which did not match the value expected.
(JSON obj shows full current user info in JSON format properly)
- message:""{{ current_user }}" was evaluated as {JSON obj} which did not match the value expected.
When I delete this key from BODY it works fine.
Do you know any idea why it happens?