📌 WhatsApp API without the hassle and nerves! 🤘
Authorization: Bearer ********************{
"presence": "online"
}curl --location --request PUT '/presences/me' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"presence": "online"
}'{
"contacts": [
{
"input": "string",
"status": "valid",
"wa_id": "string"
}
]
}