curl --location --request PATCH 'http://whatsapp.local/groups//admins' \ --header 'Content-Type: application/json' \ --data-raw '{ "wa_ids": [ "<Recipient WA-ID, from Contacts API>" ] }'
{}