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