curl --request POST \
--url https://api.example.com/policies/{policyId}/quote \
--header 'Content-Type: application/json' \
--data '
{
"options": [
{
"tier": "<string>",
"excess": "<string>",
"assetId": "<string>",
"perils": [
{
"id": "<string>",
"option": "<string>"
}
]
}
]
}
'