📌 WhatsApp API without the hassle and nerves! 🤘
Authorization: Bearer ********************curl --location --request GET '/media' \
--header 'Authorization: Bearer <token>'{
"files": [
{
"id": "string",
"link": "string",
"mime_type": "string",
"file_size": 0,
"file_name": "string",
"sha256": "string",
"timestamp": 0
}
],
"count": 20,
"total": 0,
"offset": 0
}