shell curl ruta del archivo json como parámetro sin archivo temporal
curl \
--header 'Content-Type: application/json' \
--data-binary '@/Users/david/Downloads/temp.txt' "$API_ENDPOINT"
Delightful Duck