I am attempting to write data into Smartsheet using the API, but every POST request that adds a row results in all cell values being removed. The API call returns SUCCESS, a new row is created, and the row number increments correctly, but every cell in the row is blank. This happens consistently with all sheets, even with brand-new sheets I created myself that contain only simple Text/Number and Date columns. I have full System Admin access, and there are no formulas, column locks, automations, or data restrictions on these sheets. I tested with multiple API tokens, including newly generated tokens, and the behavior is the same. I also tested using the official Smartsheet API “Try It Now” console, and it produces the same result—rows are added but cell values are silently stripped. This indicates the issue is not with my code but likely an account-level API write restriction or backend configuration. I need assistance identifying and removing whatever is preventing API write operations from saving cell values.