📌 WhatsApp API without the hassle and nerves! 🤘
Authorization: Bearer ********************{
"pin": true,
"mute_until": 0,
"mark_unread": true,
"ephemeral": "none"
}curl --location --request PATCH '/chats/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pin": true,
"mute_until": 0,
"mark_unread": true,
"ephemeral": "none"
}'{
"success": true
}