curl --request POST \
--url http://localhost:3000/v1/scanner/notifications/test{
"success": true,
"error": "<string>",
"message": "<string>"
}Send a test push notification to the current staff member.
curl --request POST \
--url http://localhost:3000/v1/scanner/notifications/test{
"success": true,
"error": "<string>",
"message": "<string>"
}