{
"content": "<html><body><h1>My First Heading</h1><p>My first paragraph.</p></body></html>",
"filename_base": "booking_document_123",
"visible_to_renter": true,
"options": {
"folder_name": "invoices",
"html_header": "<header>Header Content</header>",
"html_footer": "<footer>Footer Content</footer>"
}
}
curl --location --request POST 'https://rnters-staging.herokuapp.com/api/saas/me/bookings//documents/contract/generate_pdf' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "<html><body><h1>My First Heading</h1><p>My first paragraph.</p></body></html>",
"filename_base": "booking_document_123",
"visible_to_renter": true,
"options": {
"folder_name": "invoices",
"html_header": "<header>Header Content</header>",
"html_footer": "<footer>Footer Content</footer>"
}
}'