I see two options to copy the request from the Google Chrome Developer Tools - > Networks.
1. copy as curl"
2. copy all as curl
What is the difference between these two?
copy all curl will copy all the requests present in network tab
copy as curl will only copy the one you clicked on