curl --location --request POST 'http://localhost:8080/dicom-config' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "ADVANCED",
"timeoutSeconds": "30",
"retryAttempts": "5",
"compressionEnabled": true
}'{
"id": 3,
"aetitle": null,
"host": null,
"port": null,
"type": "ADVANCED",
"timeoutSeconds": 30,
"retryAttempts": 5,
"compressionEnabled": true,
"lastTested": "2026-02-25T16:17:44.254424327",
"status": "disconnected",
"userRegister": null,
"userUpdate": null,
"createAt": "2026-02-25T16:17:44.258519",
"updateAt": "2026-02-25T16:17:44.258547"
}