curl --request POST \
--url https://api.example.com/help-content/category/save \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"articleCategoryID": null,
"isHidden": true,
"languageID": null,
"title": null
}
'{
"success": true,
"data": "<unknown>"
}Save help content category.
curl --request POST \
--url https://api.example.com/help-content/category/save \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"articleCategoryID": null,
"isHidden": true,
"languageID": null,
"title": null
}
'{
"success": true,
"data": "<unknown>"
}