ShareFile Create Account Test ============================ Getting access token... ✅ Got access token Test client data: companyName: Test Company 2026-01-30 15:29:07 firstName: John lastName: Doe email: john.doe@testcompany.com clientId: TEST1769786947 internalDisplayName: Test Company 2026-01-30 15:29:07 (TEST1769786947) Testing: Format 1 (Current) ------------------------------------------------ Payload: { "AccountType": "Company", "CompanyName": "Test Company 2026-01-30 15:29:07", "FirstName": "John", "LastName": "Doe", "Email": "john.doe@testcompany.com", "ClientID": "TEST1769786947", "InternalDisplayName": "Test Company 2026-01-30 15:29:07 (TEST1769786947)" } HTTP Code: 404 Response: {"code":"NotFound","message":{"lang":"en-US","value":"Route not found."},"reason":"NotFound"} ❌ NOT FOUND: Endpoint not found Testing: Format 2 (Simplified) ------------------------------------------------ Payload: { "AccountType": "Company", "CompanyName": "Test Company 2026-01-30 15:29:07", "FirstName": "John", "LastName": "Doe", "Email": "john.doe@testcompany.com" } HTTP Code: 404 Response: {"code":"NotFound","message":{"lang":"en-US","value":"Route not found."},"reason":"NotFound"} ❌ NOT FOUND: Endpoint not found Testing: Format 3 (User Account) ------------------------------------------------ Payload: { "AccountType": "User", "FirstName": "John", "LastName": "Doe", "Email": "john.doe@testcompany.com", "CompanyName": "Test Company 2026-01-30 15:29:07" } HTTP Code: 404 Response: {"code":"NotFound","message":{"lang":"en-US","value":"Route not found."},"reason":"NotFound"} ❌ NOT FOUND: Endpoint not found Testing: Format 4 (Minimal) ------------------------------------------------ Payload: { "FirstName": "John", "LastName": "Doe", "Email": "john.doe@testcompany.com" } HTTP Code: 404 Response: {"code":"NotFound","message":{"lang":"en-US","value":"Route not found."},"reason":"NotFound"} ❌ NOT FOUND: Endpoint not found Based on the results above, we'll use the working payload format.