{
"completed": true,
"id": "string",
"inputValue": "string",
"moduleName": "string",
"timestamp": "string"
}curl --location --request PUT '/core/qaRecord/' \
--header 'Authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"completed": true,
"id": "string",
"inputValue": "string",
"moduleName": "string",
"timestamp": "string"
}'{
"status": "OK"
}