Reports
Add section to report
post/api/v1/reports/add_section_to_report
Request body
Example request
{
"token": "YOUR TOKEN IS HERE",
"item": {
"section_id": "32"
}
}Response
Success! Sections copied to report.
{
"token": "YOUR TOKEN IS HERE",
"item": {
"section_id": "32"
}
}Success! Sections copied to report.