curl --request PUT \
--url https://api.helpyousponsor.com/v1/admin/auto_emails/emailset \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"id": 123,
"client_id": "<string>",
"name": "<string>",
"from": "<string>",
"emailset_id": 123
}'{
"message": "<string>"
}curl --request PUT \
--url https://api.helpyousponsor.com/v1/admin/auto_emails/emailset \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"id": 123,
"client_id": "<string>",
"name": "<string>",
"from": "<string>",
"emailset_id": 123
}'{
"message": "<string>"
}