Setting meeting authentication options

I’m trying to make a meeting via API (using JWT app).
My goal is to set authentication option so only users who log into Zoom can join my meeting.
I’m trying to get authentication options values as described here

Endpoint i used:

and got an empty json

How to set authentication option and acheive my goal?

Thanks.

@r.ilinets in the create meeting API request, we have a setting to allow only authenticated users to join.

{
   settings: { meeting_authentication: true }
}