📌 WhatsApp API without the hassle and nerves! 🤘
Authorization: Bearer ********************
{ "invite_code": "<invite code>" }
curl --location --request PUT '/groups' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "invite_code": "<invite code>" }'
{ "group_id": "string" }