{"endpoint_path_string":"/api-freestock/admin/user/adjust-su","purpose_string":"Apply a Submit Units delta or set an exact SU balance for a gateway user through the SU ledger.","fields_by_name":{"user_id_int":"Target user id. Integer.","amount_delta_su_float":"Submit Units delta. Positive credits, negative debits. Float, 0.5 steps are allowed.","target_balance_su_float":"Optional exact target SU balance. When present, the server computes and ledgers the required delta.","reason_string":"Reason for the SU change. String.","return_to_string":"Optional form redirect target. Use panel to return to the admin panel users table."},"example_request_by_key":{"user_id_int":1,"target_balance_su_float":150,"reason_string":"Manual SU balance correction"},"Answer":{"ok_bool":true,"status_string":"updated","amount_delta_su_float":50,"user_by_key":{"user_id_int":1,"balance_su_float":150}}}