emailAddress
is an empty string, the default email address is restored.curl --location --request PUT 'http://jira.local:8080/jira/rest//rest/api/3/project//email' \
--header 'Content-Type: application/json' \
--data-raw '{
"emailAddress": "jira@example.atlassian.net"
}'
null