Hi Sungod,
Thank you for your reply.
What I would like to do is build a json data contains all the objects and use meraki api to create rfprofile.
If I use post method under request module, I can either define those parameter one by one of use payload to update.
But with meraki api(createNetworkWirelessRfProfile), there is no place for me to add the payload and specify other parameters.
Please see the attachment meraki1.png, it only allows 4 parameters to be entered including self, I tried to add one parameter, but got error that it only accept 4.
When I try to construct the api call within pycharm, it display "kwargs" in the createNetworkWirelessRfProfile method(see meraik2.png), I assume that I can use it do add payload, but could not figure out how to do it.
Any suggestion on this.