Authorization: ********************curl --location 'https://api.foundigita.com/gapi/openapi/spec/chapter_search?area=undefined&category=undefined&industry=undefined&professional_type=undefined&query=undefined&result_count=undefined&search_mode=undefined&search_type=undefined' \
--header 'Authorization: <api-key>'{
"code": "200000",
"data": [
{
"area": "string",
"category": "string",
"chapter_guid": "string",
"content_html": "string",
"content_markdown": "string",
"industry_list": [
"string"
],
"name": "string",
"name_en": "string",
"no": "string",
"professional_type_list": [
"string"
],
"spec_guid": "string",
"specification_html": "string",
"specification_markdown": "string"
}
],
"msg": "string",
"t_err": "string"
}