curl -i -X GET \ -u <username>:<password> \ 'https://demo.proposal.api.1silverbullet.tech/insurance/{productGroupId}/proposal?productId=string&manufacturerId=string'
{- "reqId": "string",
- "errors": [
- { }
], - "data": {
- "manufacturerId": "ICICI",
- "productId": "My Term Product",
- "productGroupId": "LifeTerm",
- "fieldGroups": { }
}
}