Push notifications & alerts
POST /me/push-tokens/test 僅限工作階段
Send a test push to all of your own registered devices.
Never targets another user or a caller-supplied destination — only your own registered tokens. Rate-limited to 20/hour, since each call fans out one outbound send per device.
curl -X POST "https://freehire.me/api/v1/me/push-tokens/test" -b cookies.txt{ "data": { "devices": 2, "sent": 1, "pruned": 1, "failed": 0 } }