ATF Message: The response code is '401 Unauthorized' for 'Send REST Request - Inbound' test step Issue The ATF test step 'Send REST Request - Inbound' executes successfully but with a message '401 Unauthorized', while the same test step works successfully outside ATF. Steps to Reproduce Manual steps: Ensure user 'admin' has a role: web_service_admin As 'admin', Navigate to System Web Services -> Rest API ExplorerSelect 'Create a Record (POST)'tableName: incidentRequest Body -- Raw, enter the following: {"short_description":"This is test from rEST123"} Click 'Send' Notice, '201 Created' in Response as below ATF Test Steps: 1. Create an ATF test with the step 'Send REST Request - Inbound' as follows: Basic authentication: adminMethod: POSTPath: /api/now/table/incidentHeaders Content-Typeapplication/jsonAcceptapplication/json Body: {"short_description":"This is test from rEST123"} 2. Run Test Expected Result: Success with the message as below: The HTTP request has been sent to the endpoint 'https://xxxxxxxx.service-now.com/api/now/table/incident'.The response code is '201 Created'. Observed Result: Success with the message as below: The HTTP request has been sent to the endpoint 'https://xxxxxxxx.service-now.com/api/now/table/incident'.The response code is '401 Unauthorized'.CauseThe profile used in "Basic authentication" doesn't have an updated password ResolutionNavigate to sys_auth_profile_basic.LISTLookup for the profile used in "Basic authentication". In our example, it is 'admin' userUpdate the password with the latest and validate the test passes through successful