curl --location --request POST '/api/reports/email/sender-nodes' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"host": "smtp.gmail.com",
"port": 587,
"username": "string",
"password": "string",
"secure": true,
"daily_limit": 0,
"is_active": true,
"reputation_score": 0
}'