curl --request POST \
--url https://api.example.com/help-content/category \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"languageID": 123
}
'{
"success": true,
"data": "<unknown>"
}Get Help Content Categories.
curl --request POST \
--url https://api.example.com/help-content/category \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"languageID": 123
}
'{
"success": true,
"data": "<unknown>"
}