Sorted out. The problem was password in payload was not valid. After passing valid one, it worked out perfectly without salt at all.
Password hashed with Bcrypt has all the information in itself so it does not need to have salt at all. That is why Auth0 bulk user import does not allow to pass additional property “salt”.