curl --location --request POST 'https://saas-open.vhall.com/v3/interacts/document/get-chapters' \
--header 'token;' \
--header 'platform;' \
--header 'platform;' \
--form 'document_id=""' \
--form 'app_key=""' \
--form 'sign_type=""' \
--form 'signed_at=""' \
--form 'sign=""'
{
"code": "string",
"msg": "string",
"data": {
"doc_titles": {
"id": 0,
"document_id\t": "string",
"hash": "string",
"app_id": "string",
"created_at": "string",
"updated_at": "string",
"deleted_at": "string",
"page_total": 0,
"step_total": 0,
"page": 0,
"title": "string",
"parent_id": 0,
"step": 0,
"subsection": "string"
}
}
}