Want to make a clothing announcement system

Hello all, I have recently started a clothing group named “Synicalls”. Among other things, I’m working on a Discord community for this and have seen in the past a webhook system that as soon as a new asset (classic pants/classic shirts/or even custom UGC) is announced in the Discord server. See image below.
image

I just have no idea how I’m going to make this. If you have any tips or even know how to do this, be sure to let me know, or contact me on Discord (lusenaire).

Thanks in advance.

This is the URL to get the clothing assets in a group

https://catalog.roblox.com/v1/search/items?category=All&creatorTargetId=35841271&creatorType=Group&cursor=&limit=50&sortOrder=Desc&sortType=Updated

make a http request to this url every minute, save the results, compare them with the new result, if any of the asset ids are new that means the asset was just created, and then just send it to the discord webhook