resolved it by making Jwt token for users authentication .
Now, cart creates as per session by username and password authhentication by its token https://localhost/wp/wp-json/cocart/v1/add-item post. is successful for creating items as per user.
My assumption was with Basic Token(created by username and password ). it will create session.And I was wrong so successful session only created from Jwt token.