curl --request PUT \
--url https://api.example.com/api/Interviews/{interviewId}/feedback/client-consultant \
--header 'Content-Type: application/json' \
--data '
{
"value": "<string>",
"followUpDate": "2023-11-07T05:31:56Z",
"followUpUserId": 123
}
'