curl --request PATCH \
--url https://api.stackone.com/unified/hris/employees/{id}/tasks/{subResourceId} \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--header 'x-account-id: <x-account-id>' \
--data '
{
"comment": "All required documents have been submitted",
"status": "blocked"
}
'