Add Products

API Policy Products

Base URL

https://api.uat.laka.co/v3/policies/{policyId}/products

Request Example

curl --request POST \
     --url https://api.uat.laka.co/v3/policies/policyId/products \
     --header 'accept: application/json' \
     --header 'content-type: application/json'

Request Schema

Response Example

{  
  "status": 200,  
  "message": "Updated about 1 month ago"  
}