curl --request POST \
--url https://api.example.com/policies/{policyId}/non-delegated-quote \
--header 'Content-Type: application/json' \
--data '
{
"components": [
{
"id": "<string>",
"type": "PREMIUM",
"chargeType": "ONE_TIME",
"premium": {
"amountPreFeesAndTaxes": 123,
"totalFees": 123,
"totalTaxes": 123
}
}
]
}
'