curl --request PATCH \
--url https://api.lunary.ai/v1/runs/{id}/feedback \
--header 'Content-Type: application/json' \
--data '
{
"thumb": "up",
"comment": "This response was very helpful!"
}
'curl --request PATCH \
--url https://api.lunary.ai/v1/runs/{id}/feedback \
--header 'Content-Type: application/json' \
--data '
{
"thumb": "up",
"comment": "This response was very helpful!"
}
'