curl --request POST \
--url https://revive-api-v2-production.herokuapp.com/v2/analyze/feedback/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"then": "<unknown>",
"experience": "good"
}
'curl --request POST \
--url https://revive-api-v2-production.herokuapp.com/v2/analyze/feedback/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"then": "<unknown>",
"experience": "good"
}
'Was this page helpful?