Open
Description
Hello
When I try to use the browser extension, it sends the body as the string "[object Object]" instead of the actual json body. I've tried both with firefox and chromium, with extension v0.37.
curl --request POST \
--url http://localhost:3000/api/v1/build/addToQuote/flow \
--header 'content-type: application/json' \
--data '{
"inputs": {
"input_value": "Your custom input here",
"session": "session_id"
}
}
'
Metadata
Metadata
Assignees
Labels
No labels