📌 WhatsApp API without the hassle and nerves! 🤘
Authorization: Bearer ********************
{ "subject": "<New Group Subject>" }
curl --location --request PUT '/groups/' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "subject": "<New Group Subject>" }'
{ "success": true }