curl --location --request POST 'https://openatom.atomgit.com/api/email/unsubscribeEmail' \
--header 'X-ATOMGIT-POP-COMMUNITY: openatom' \
--header 'Content-Type: application/json' \
--data-raw '{
"userName":"文华",
"emailAddress":"1687328611@qq.com"
}'