curl --request POST \
--url https://api.example.com/displaymode/images/generate-for-concat \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"displayModeID": 1,
"concatCode": null,
"languageID": 1
}
'{
"success": true,
"data": "<unknown>"
}Generate a created or altered image for this concat under the image genre of a specified display mode.
curl --request POST \
--url https://api.example.com/displaymode/images/generate-for-concat \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"displayModeID": 1,
"concatCode": null,
"languageID": 1
}
'{
"success": true,
"data": "<unknown>"
}