curl --request POST \
--url https://api.example.com/ism/set-cover-image \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ismCode": null,
"languageId": 123,
"mediaCode": null
}
'{
"success": true,
"data": "<unknown>"
}Set cover image of ism.
curl --request POST \
--url https://api.example.com/ism/set-cover-image \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ismCode": null,
"languageId": 123,
"mediaCode": null
}
'{
"success": true,
"data": "<unknown>"
}