cURL
curl --request POST \ --url https://api.mithril.protocol/v1/policies \ --header 'Content-Type: application/json' \ --data ' { "quoteId": "<string>", "userWallet": "<string>" } '
{ "policyId": "<string>", "status": "<string>" }
Creates a new insurance policy.
Policy created