Authorizations
Apikey
curl --request PUT \
--url https://api.wappfy.com.br/api/star \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"messageId": "false_11111111111@c.us_AAAAAAAAAAAAAAAAAAAA",
"chatId": "11111111111@c.us",
"star": true,
"session": "session"
}'
curl --request PUT \
--url https://api.wappfy.com.br/api/star \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"messageId": "false_11111111111@c.us_AAAAAAAAAAAAAAAAAAAA",
"chatId": "11111111111@c.us",
"star": true,
"session": "session"
}'
Apikey