Could you please explain fork command with some example?
A fork action is used when you would like to run some actions/requests in parallel of the main thread of your script.
It is especially used for PUSH technology. You should look at the NeoLoad documentation to get more detail here