How to address the funcaptcha header?

Greetings,

I’m currently trying to develop a bot that can upload clothing for non premium designers. For that, of course I’ll need a funCaptcha token.
The following code is in Python, but the programming language doesnt matter here

r = S.post(f"https://roblox.com/home", headers={'x-csrf-token': x}, cookies=data)

I’ve checked Roblox’ cookies but I cannot see a captcha token, so it must be a header. As you can see I’m addressing the x-csrf token. But which name does the funCaptcha token have, and where would I find it?

Thank you in advance for helping me.

you have to pass in the body the captcha id, captcha token, captcha provider.
If you want to figure how they work you can use postman and follow the requests in order