{"message":"Softerio Solutions API Server","version":"1.0.0","status":"running","backend":"php","routes":{"contact":"/api/contact","health":"/api/health","manifest":"/api/manifest","auth":{"login":"POST /api/auth/login","register":"POST /api/auth/register","me":"GET /api/auth/me"},"apply":"/api/apply"},"foam":{"auth":{"register":"POST /api/auth/register (JSON: name, email, password)","login":"POST /api/auth/login (JSON: email, password)","me":"GET /api/auth/me (Authorization: Bearer …)","logout":"GET /api/auth/logout (Authorization: Bearer …)","google":"GET /api/auth/google","googleCallback":"GET /api/auth/google/callback","github":"GET /api/auth/github","githubCallback":"GET /api/auth/github/callback"},"apply":{"check":"GET /api/apply/check","submit":"POST /api/apply (multipart: cv + form fields, Authorization: Bearer …)","myApplication":"GET /api/apply/my-application"},"ops":{"health":"GET /api/health","manifest":"GET /api/manifest"}}}