false
.curl --location --request POST 'http://jira.local:8080/jira/rest//rest/api/3/issue/watching' \
--header 'Content-Type: application/json' \
--data-raw '{
"issueIds": [
"10001",
"10002",
"10005"
]
}'
{"issuesIsWatching":{"10001":true,"10002":false,"10005":true}}