{
"data": {
"incidence_value_cents": 0,
"quantity": 0,
"start_at": "string",
"end_at": "string",
"item_id": 0,
"customer_id": 0,
"notes": "string"
}
}
curl --location --request POST 'https://rnters-staging.herokuapp.com/api/saas/me/insurances' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"incidence_value_cents": 0,
"quantity": 0,
"start_at": "string",
"end_at": "string",
"item_id": 0,
"customer_id": 0,
"notes": "string"
}
}'