Telegram bots API responds 403 Forbidden
https://api.telegram.org/bot{yourtoken}/get_me(or any method name) just like me you are forgetting "bot" after https://api.telegram.org/
You should not replace bot string with your Bot's username, Just append given token at the end of /bot
(e.g .../bot123456:ABC-D...
) and your URL is ready.