cURL
curl --request GET \ --url http://localhost:3000/api/block-users \ --header 'Authorization: Bearer <token>'
Lista todos os usuários bloqueados para um número de telefone Business.
{ "data": [ { "wa_id": "5511999999999" }, { "wa_id": "5511888888888" } ], "paging": { "cursors": { "before": "before_cursor", "after": "after_cursor" } } }