curl --request POST \
--url https://paradigm.lighton.ai/api/v2/rate/{feedback_type_id}/{completion_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"value": 123,
"flag": true,
"comment": "<string>",
"tag": "<string>"
}
'