Ok, so I am using ROBLOX’s User API with the intention of searching user info within my app and saving it (Users Api). The one thing is ROBLOX’s user API link contains dynamic content based on the ID a user is trying to lookup (ex: https://users.roblox.com/v1/users/[userId]). It then asks me to put a static value into the param field but I want it to be dynamic based on the ID the user searches up on my app. Any help is appreciated.