Your RESTful backbone for campaigns, admins, grievances, and PWA experiences. Monitor uptime, discover endpoints, and jump into the right surface with one click.
curl -X POST "https://api.netasampark.com/api/auth/login" ^
-H "Content-Type: application/json" ^
-d "{ \"email\": \"user@example.com\", \"password\": \"secret\" }"
curl "https://api.netasampark.com/api/healthz" ^ -H "Authorization: Bearer <token>" ^ -H "Accept: application/json"