Hey there,I'm looking to add a note/reply to an existing projects (note/update/comment/reply) using the API. I am able to add a note to an existing project via the endpoint "/attask/api/v17.0/note" using a POST request. {
"noteObjCode": "PROJ",
"objID": <<PROJECT OBJ ID>>>,
"noteText": "Test m...