Folks, I need help understanding the purpose and expected values for a command line parameter
@RESOURCE_FILE used in the following curl post command.
curl -X POST
-H “Authorization: Bearer $(gcloud auth application-default print-access-token)”
-H “Content-Type: application/json; charset=utf-8”
–data @RESOURCE_FILE
‘https://lnkd.in/eWbhHB_S’
But unable to understand what will appear in --data @RESOURCE_FILE variable