{
"description": "Patient",
"routeDescription": "/patient",
"routeExternal": "/patient",
"daoFile": "patientDAO",
"storageClassName": "PatientStorage"
}curl --location --request POST 'https://prod.your-api-server.com/api/v1/integrationexposeddata' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "Patient",
"routeDescription": "/patient",
"routeExternal": "/patient",
"daoFile": "patientDAO",
"storageClassName": "PatientStorage"
}'{}