๐ WhatsApp API without the hassle and nerves! ๐ค
Authorization: Bearer ********************{
"subject": "<Group Subject>"
}curl --location --request POST '/groups' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"subject": "<Group Subject>"
}'{
"id": "string",
"name": "Group name",
"type": "group",
"timestamp": 1675964377,
"participants": [
{
"id": "string",
"rank": "admin"
}
],
"name_at": 1675964377,
"created_at": 1675964377,
"created_by": "string",
"unprocessed_participants": [
"string"
]
}