{
"data": {
"notes": "string"
}
}
curl --location --request PUT 'https://rnters-staging.herokuapp.com/api/saas/me/insurances/' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"notes": "string"
}
}'