POST
/flows/{flowId}/feedback
curl \
-X POST https://api.flow.simplystated.dev/flows/{flowId}/feedback \
-H "x-api-key: $API_KEY" \
-H "Content-Type: application/json" \
-d '{"rating":"good","comments":"string"}'
Request example
{
"rating": "good",
"comments": "string"
}
Request examples
{
"rating": "good",
"comments": "string"
}