Message status

Chat Bridge notifies each status change of a sent message through an HTTP POST request (webhook). The normal flow is `SENT` → `DELIVERED`. `FAILED` is terminal: no more events are received for that `message_id` after it. Not every message reaches `DELIVERED`: it depends on whether the mask/operator reports the delivery receipt, so some messages remain in `SENT` as their final successful state. Your endpoint must accept `application/json` and respond with a 2xx HTTP code; the response body is ignored.