curl --location 'https://api.qal.eazy2biz.com/v1/identityManagement/globalUsers/resendConfirmationPasscode' \ --header 'Content-Type: application/json' \ --data-raw '{ "emailAddress": "user@example.com" }'
{}