Sharing what i know:
1: Download the Windows 10 ISO file from Microsoft's website.
2: Insert a USB drive into your Mac. Make sure it's at least 8GB in size and doesn't have any important data on it, as the following steps will erase everything on the drive.
3: Open the Terminal app on your Mac (you can find it in the Utilities folder in the Applications folder).
4: In the Terminal window, type the following command: diskutil list
5: Identify the disk number of your USB drive in the Terminal window (it will likely be "disk2" or "disk3" but the number may vary depending on how many disks are attached to your Mac).
6: Unmount the USB drive by typing the following command in the Terminal window: diskutil unmountDisk /dev/diskN (replace N with your disk number from step 5).
7: Next, type the following command in the Terminal window to start the disk imaging process: sudo dd if=/path/to/windows10.iso of=/dev/rdiskN bs=1m (replace /path/to/windows10.iso with the actual path to the Windows 10 ISO file on your Mac, and replace N with your disk number from step 5).
8: Press Enter and wait for the disk imaging process to complete. This can take some time (up to an hour or more).
9: Once the process is complete, close the Terminal window and eject the USB drive from your Mac.
Your Windows 10 bootable USB drive is now ready to use. You can use it to do what you want.