{
"take": 5,
"remarks": null
}
curl --location --request PUT 'http://localhost:8082/rest/web/secured/participant-interview/record-start/081088d6-0261-421b-9306-88c8464319c6' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"take": 5,
"remarks": null
}'
{}