Cant access http://localhost:5055 action-server(RASA Chatbot

When i run python -m rasa_sdk.endpoint --action actions, then it success with "

Registered function for ‘action_order_product’

". But I want to access this action-server http://localhost:5055 to know how I run successful model. Help me.

Rasa will call your action server so long as you provide the action_endpoint in your endpoints.yml.