📌 WhatsApp API without the hassle and nerves! 🤘
Authorization: Bearer ********************curl --location --request GET '/health' \
--header 'Authorization: Bearer <token>'{
"start_at": 0,
"uptime": 0,
"version": "string",
"device_id": 0,
"ip": "192.168.0.1",
"status": {
"code": 0,
"text": "NOT_INIT"
},
"user": {
"id": "string",
"name": "string",
"pushname": "string",
"is_business": true,
"profile_pic": "string",
"profile_pic_full": "string",
"status": "string"
}
}