Answers for "shell curl path of json file as parameter without temporal file"

0

shell curl path of json file as parameter without temporal file

curl \
    --header 'Content-Type: application/json' \
    --data-binary '@/Users/david/Downloads/temp.txt' "$API_ENDPOINT"
Posted by: Guest on April-22-2022

Code answers related to "Javascript"

Browse Popular Code Answers by Language