symfony refresh endpoints

To refresh Symfony endpoints, you can run the following command in the terminal:

php bin/console cache:clear

This will clear the cache and refresh the endpoints in your Symfony application.