I want to call REST API by passing json input. I have following details-
username apitoken apiurl Jsonfile
I have already tried curl -d @Metadata.json -H "Content-Type: application/json" <> --user xyz:apitoken --insecure
but i m getting null values for all the parameters in the json file. What am i doing wrong here?