curl --request POST \
--url https://api.example.com/displaymode/image-genre/action-config/all \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"languageID": 1,
"imageGenreReleaseID": 123
}
'{
"success": true,
"data": "<unknown>"
}Gets all action config entries for a given image genre release ID.
curl --request POST \
--url https://api.example.com/displaymode/image-genre/action-config/all \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"languageID": 1,
"imageGenreReleaseID": 123
}
'{
"success": true,
"data": "<unknown>"
}