Superadmin APIs/Test Notifications
Test FCM (Self)
POST
/superadmin/notifications/test-fcm-meBearer token required
SUPERADMINContent-Type:
application/jsonCode Examples
curl -X POST 'https://<your-domain>:3001/superadmin/notifications/test-fcm-me' \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json'