curl --request POST \
--url https://api.example.com/displaymode/image-genre/detected-type-groups/filter \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"languageID": 1,
"isEssential": null
}
'{
"success": true,
"data": "<unknown>"
}Get display mode detected type groups data.
curl --request POST \
--url https://api.example.com/displaymode/image-genre/detected-type-groups/filter \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"languageID": 1,
"isEssential": null
}
'{
"success": true,
"data": "<unknown>"
}