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