curl --location --request PUT 'http://jira.local:8080/jira/rest//rest/api/3/webhook/refresh' \
--header 'Content-Type: application/json' \
--data-raw '{
"webhookIds": [
10000,
10001,
10042
]
}'
{"expirationDate":"2019-06-01T12:42:30.000+0000"}