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