curl \
-X POST http://api.example.com/api/Patient/CreateMultiPatients \
-H "Authorization: $API_KEY" \
-H "Content-Type: application/json-patch+json"
curl \
-X POST http://api.example.com/api/Patient/CreateMultiPatients \
-H "Authorization: $API_KEY" \
-H "Content-Type: application/json" \
-d '[{"name":"string","address":"string","dateOfBirth":"2024-05-04","adminId":"string"}]'
curl \
-X POST http://api.example.com/api/Patient/CreateMultiPatients \
-H "Authorization: $API_KEY" \
-H "Content-Type: text/json"
curl \
-X POST http://api.example.com/api/Patient/CreateMultiPatients \
-H "Authorization: $API_KEY" \
-H "Content-Type: application/*+json"