This step helps verify that the notification channel is legitimate and trusted before allowing message delivery.
Important notes:
- The request must include the confirmation code sent to the channel (e.g., via email)
- Priority may also be included to identify or reorder channels if required
- Only unverified channels can be confirmed using this endpoint
Authorization: Bearer YOUR_TOKEN
Expected Behavior:
- On success, the system will verify the notification channel and return a confirmation message.
- If the request is unauthorized or invalid, the system will respond with an error message.