Dynamically Assign "From" Email Address on Scheduled Jobs through API endpoint "rest_v2/jobs"
Modify the request payload to provide the ability to override the mailNotification "from" email address that is currently defined in the properties file: "mailNotification": {
"bccAddresses": {
"address": []
},
"ccAddresses": {
"address": []
...