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