curl --request POST \
--url https://api.example.com/help-content/articles/details \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"articleID": null,
"articleCode": null,
"languageID": null
}
'{
"success": true,
"data": "<unknown>"
}Get help content article details by ID.
curl --request POST \
--url https://api.example.com/help-content/articles/details \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"articleID": null,
"articleCode": null,
"languageID": null
}
'{
"success": true,
"data": "<unknown>"
}