Check if the API is running and healthy
curl --location 'https://client-api.fluxuro.ai/health'
{ "success": true, "data": { "status": "ok", "timestamp": "2025-08-31T04:13:13.168Z" } }