{
"end_at": "string",
"notes": "string",
"external_reference": "string",
"includes": [
"string"
]
}curl --location --request POST 'https://rnters-staging.herokuapp.com/api/org/insurances//extend' \
--header 'Authorization;' \
--header 'Auth0-IdToken;' \
--header 'Accept-Language;' \
--header 'Content-Type: application/json' \
--data-raw '{
"end_at": "string",
"notes": "string",
"external_reference": "string",
"includes": [
"string"
]
}'