Facing problem while running rasa core

Done with rasa nlu and created stories using online training but when im trying to run my bot in terminal its giving reply only for initial message.

here the command that im using

python -m rasa_core.run --enable_api -d models/dialogue -u models/nlu/default/xcubeBOT --endpoints endpoints.yml -o logs.log

im following this documentation Rasa & Rasa Pro Documentation for http api

and im trying to use postman using this endpoint http://localhost:5005/conversations/default/respond if it works fine then i can use with react

you can use it with react,you need to add a argument to the above command i.e --cors “*” ,it will allow the cross-origin resource sharing, for more detail visit the link below: https://rasa.com/docs/nlu/master/config/#cors

hey thanks for your reply i tried cors but im not receiving responses from bot except for first message. at least i want to chat with bot in terminal