SLAS - Reset password
POST {{HOST}}/shopper/auth/v1/organizations/{{organizationId}}/oauth2/password/action
Request Body
[{"name"=>"client_id", "value"=>"{{private_client_id}}", "datatype"=>"string"}, {"name"=>"pwd_action_token", "value"=>"", "datatype"=>"null"}, {"name"=>"code_verifier", "value"=>"{{ECOM_USER_CODE_VERIFIER}}", "datatype"=>"string"}, {"name"=>"new_password", "value"=>"", "datatype"=>"null"}, {"name"=>"user_id", "value"=>"{{ecom_customer_login}}", "datatype"=>"string"}, {"name"=>"channel_id", "value"=>"{{ocapi_site}}", "datatype"=>"string"}]