you can do this workaround
- get a simple webhook.site url (https://webhook.site/)
- Now replace the url of your curl call with the one recieved from webhook.site
- NOw run your code . you can optionally add an exit after the code this ensure that the code doesn't process further.
- Now your curl call would have been registered into the webhook.site .
- there is an option to copy as curl
- the only change in this curl call is the replace the url back to original.