Post message to Discord
POST https://discord.com/api/webhooks/{{discord_webhook_id}}
With the user stats now captured in an environment variable, this request sends a POST request to the Discord Webhook where the body is the content of the message you want displayed in your Discord server.
Request Body
{"content"=>"{{contentString}}", "username"=>"{{fornite_discord_bot_name}}", "avatar_url"=>"{{discord_avatar_url}}"}