curl --request POST \
--url https://api.example.com/edition/config/all \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"editionID": 1,
"languageID": 1
}
'{
"success": true,
"data": "<unknown>"
}Gets a list of all configured featured items (isms and categories) for a specific EditionID.
curl --request POST \
--url https://api.example.com/edition/config/all \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"editionID": 1,
"languageID": 1
}
'{
"success": true,
"data": "<unknown>"
}