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