curl --location --request POST 'http://localhost:8080/dicom-config' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"aetitle": "MWLB_SCP",
"host": "192.168.0.106",
"port": 110,
"type": "HIS_RIS"
}'{}