GET /profile
api-key: your_secret_key_here
{ "status": true, "message": "success", "data": { "name": "John Doe", // string "logo": "https://example.com/logo.png", // string "sector": "Retail", // string "isVerified": true, // boolean "account_no": "1234567890", // string "createdAt": "2025-05-15T10:00:00Z", // string } }