curl --request GET \
--url https://app.tagadapay.com/api/public/v1/health \
--header 'Authorization: Bearer <token>'{
"status": "ok",
"timestamp": "2025-01-30T10:00:00.000Z",
"version": "1.0.0"
}Simple health check endpoint to verify API is running
curl --request GET \
--url https://app.tagadapay.com/api/public/v1/health \
--header 'Authorization: Bearer <token>'{
"status": "ok",
"timestamp": "2025-01-30T10:00:00.000Z",
"version": "1.0.0"
}