as ANG already said, it's difficult and a newbie will definitely not be able to bypass akamai.
essentially, there are two methods:
- browser automation: use something like selenium or puppeteer. however, akamai has a lot of ways to detect these custom browser drivers. additionally, sensor data is derived from your browser's behavior on the site. you'd need to emulate human-like mouse movement, keyboard input etc.
- cookie generation: this requires reverse engineering the client-side akamai js script (which is heavily obfuscated) and generating random but legitimate sensor data yourself
both methods require a lot of trial & error and reverse engineering. the browser automation approach is easier but there are still a lot of non-public ways akamai uses to detect you're not using a real browser.