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