curl --request PATCH \
--url https://api.example.com/api/v1/contents/bulk/update-status \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"content_ids": [
"<string>"
],
"new_status": "<string>",
"status_message": "<string>"
}
'