Problem POST-ing data to the Dynamic Zone

I am currently trying to fill in a Component in the Dynamic Zone of a Collection Type. Collection Type is called Article. Inside the article there is a component Text which has one field type Rich text which is called text. I have been following the official docs on how to create Dynamic Zone:

this is what i send to strapi:

content_modules: [
                {
                    __component: "news.text",
                    text: "Lorem Ipsum is simply dummy text of the printing and typesetting industry",
                }
            ],

however i get an error which states:

{
    "path": [
        "text"
    ],
    "message": "text must be defined.",
    "name": "ValidationError"
}

i have searched the entire web and found the same thing. Can anyone please tell me what am i doing?

P.S.

Strapi Version: “@strapi/strapi”: “4.16.2”,

This topic has been created from a Discord post (1227956371585237025) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord