curl --location --request POST '/schedule/interview/submit-feedback' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"score": 4,
"message": "Candidate performed well in the interview.",
"submitted_at": 1748086988
}'
null