Post request does not save valuesIssue When using a non-admin user such as snc_external to create a record in table (custom) via a POST request, the record is created but none of the specified field values are saved. However, the user is able to update the record via a PUT request, indicating that the user has the necessary permissions. This issue does not occur when using an admin user.ReleaseallResolutionGrant the snc_external role create permissions on the relevant fields in addition to the table. This can be done by adding create permission on table.* to the role.