curl --location --request PUT 'https://api.vereinsantrag.de/v1/club/settings/smtp' \
--header 'Content-Type: application/json' \
--data-raw '{
"useCustomSmtp": true,
"server": "string",
"port": 0,
"username": "string",
"password": "string",
"enableSsl": true,
"senderEmail": "string",
"senderName": "string"
}'
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}