📌 WhatsApp API without the hassle and nerves! 🤘
Authorization: Bearer ********************{
"id": "string",
"name": "string",
"color": "salmon"
}curl --location --request POST '/labels' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"name": "string",
"color": "salmon"
}'{
"success": true
}