curl --location --request PUT 'http://jira.local:8080/jira/rest//rest/api/3/filter/defaultShareScope' \ --header 'Content-Type: application/json' \ --data '{ "scope": "GLOBAL" }'
{"scope":"GLOBAL"}