User APIs/Profile & Settings
Test Push Notification (Self)
POST
/user/notifications/test-fcm-meBearer token required
ADMIN | USERContent-Type:
application/jsonCode Examples
curl -X POST 'https://<your-domain>:3001/user/notifications/test-fcm-me' \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json'