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