{
"registration_email_from": "user@example.com"
}curl --location --request PUT '/api/v1/admin/settings/registration-email' \
--header 'X-CSRF-Token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"registration_email_from": "user@example.com"
}'{
"registration_email_from": "user@example.com"
}