curl --request PATCH \
--url https://api.stackone.com/unified/ats/interviews/{id}/notes/{subResourceId} \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--header 'x-account-id: <x-account-id>' \
--data '
{
"content": [
{
"body": "This candidate seems like a good fit for the role"
}
],
"author_id": "1234567890",
"visibility": "public",
"passthrough": {
"other_known_names": "John Doe"
}
}
'