Scheduled Script on defined interval

I have a script that connects to an API and writes back the results as Ignition tags. Right now it is a scheduled script for every 10 minutes on the dot.

Is it possible to have this with an offset? For example call the script two minutes past every 10 minute interval (10:02, 10:12, 10:22,etc.)?

Probably 2-59/10 * * * *:
Crontab.guru - The cron schedule expression editor*
Should work per the crontab library we use:
cron4j - Documentation and manual