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