ShareFile Create Account Test ============================ Getting access token... ✅ Got access token Test client data: companyName: Test Company 2026-01-30 15:27:32 firstName: John lastName: Doe email: john.doe@testcompany.com clientId: TEST1769786852 internalDisplayName: Test Company 2026-01-30 15:27:32 (TEST1769786852) Testing: Format 1 (Current) ------------------------------------------------ Payload: { "AccountType": "Company", "CompanyName": "Test Company 2026-01-30 15:27:32", "FirstName": "John", "LastName": "Doe", "Email": "john.doe@testcompany.com", "ClientID": "TEST1769786852", "InternalDisplayName": "Test Company 2026-01-30 15:27:32 (TEST1769786852)" } 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:27:32", "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:27:32" } 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.