curl --location --request POST 'http://localhost:8080/dicom-config' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"aetitle": "string",
"host": "string",
"port": "string",
"type": "HIS_RIS"
}'{
"id": 0,
"aetitle": "string",
"host": "string",
"port": 0,
"type": "string",
"timeoutSeconds": 0,
"retryAttempts": 0,
"compressionEnabled": true,
"lastTested": "string",
"status": "string",
"userRegister": 0,
"userUpdate": 0,
"createAt": "string",
"updateAt": "string"
}