How do i communicate with rpc if i want to pull selection field

I am trying to pull this with this a selection to my frontend, i am using this payload:

{
“method”: “model.party.party.fields_get”,
“params”: [ [“gender”], null]
}

but i cant pull nothing and it gives me 500 internal server error

The last parameter must always be the context which is at least {}.