{
"signed_at": "14:15:22.123Z",
"filename_base": "string",
"content": "string",
"includes": [
"string"
],
"category": "other",
"options": {
"folder_name": "string",
"html_header": "string",
"html_footer": "string"
}
}curl --location --request PUT 'https://rnters-staging.herokuapp.com/api/org/insurances//documents/' \
--header 'Authorization;' \
--header 'Auth0-IdToken;' \
--header 'Accept-Language;' \
--header 'Content-Type: application/json' \
--data-raw '{
"signed_at": "14:15:22.123Z",
"filename_base": "string",
"content": "string",
"includes": [
"string"
],
"category": "other",
"options": {
"folder_name": "string",
"html_header": "string",
"html_footer": "string"
}
}'