curl --request POST \
--url https://api.example.com/displaymode/image-genre/images/generate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"imageGenreReleaseID": 832,
"mediaIDs": [
328802
]
}
'{
"success": true,
"data": "<unknown>"
}Generates / processes a single image for this image genre release ID.
curl --request POST \
--url https://api.example.com/displaymode/image-genre/images/generate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"imageGenreReleaseID": 832,
"mediaIDs": [
328802
]
}
'{
"success": true,
"data": "<unknown>"
}The access token received from the authorization server in the OAuth 2.0 flow.