>>462
curl https://www.wikipedia.org/
でテストした結果次のようになエラーを吐き動きませんでした
またx-exploreや端末エミュレータで/system/bin/を確認したところデフォではインストールされていないようです
確認に使った端末エミュレータ
TermOne Plus - terminal emulator - https://play.google.com/store/apps/details?id=com.termoneplus

07.44.27/E Run Shell: %tmp -> %tmp
07.44.27/E Run Shell: ->
07.44.27/E Run Shell: ->
07.44.27/Shell runBackground curl https://www.wikipedia.org/ root: false timeout: -1
07.44.27/Shell start process-thread ID 318
07.44.27/E add wait type Shell1 time 2147483647
07.44.27/E add wait type Shell1 done
07.44.27/E add wait task
07.44.27/Variables doreplresult: |%tmp| -> |%tmp|
07.44.27/E Error: 127


念の為
tasker上で次のものを作りそもそもシェルが動いてるか確認したところしっかりと動作してることも確認しました
echo test (8)
A1: Variable Set [ Name:%tmp To: Recurse Variables:Off Do Maths:Off Append:Off Max Rounding Digits:3 ]
A2: Run Shell [ Command:echo hello world Timeout (Seconds):0 Use Root:Off Store Output In:%tmp Store Errors In: Store Result In: ]
A3: Popup [ Title:Result Text:%tmp Background Image: Layout:Popup Timeout (Seconds):5 Show Over Keyguard:On ]

念には念を入れTasker上でwhich echo でwhich コマンドが動作しているのを確認した上でwhich curlを行うと、次のようなエラーが発生し、同様にcurlが存在してないことも確認しました

07.59.03/E Run Shell: %tmp -> %tmp
07.59.03/E Run Shell: %tmp -> %tmp
07.59.03/E Run Shell: ->
07.59.03/Shell runBackground which curl root: false timeout: -1
07.59.03/Shell start process-thread ID 360
07.59.03/E add wait type Shell1 time 2147483647
07.59.03/E add wait type Shell1 done
07.59.03/E add wait task
07.59.03/Variables doreplresult: |%tmp| -> |%tmp|
07.59.03/Variables doreplresult: |%tmp| -> |%tmp|
07.59.03/E Error: 1

追記
最初に記述したhttpリクエストの一部を変えHeadersにmultipart/form-data追加したところ下記のようなエラーが発生しました

file.io (6)
A1: HTTP Request [ Method:POST URL:https://file.io Headers:multipart/form-data Query Parameters: Body: File To Send:test.txt File/Directory To Save With Output: Timeout (Seconds):5 Trust Any Certificate:Off Automatically Follow Redirects:On ]


08.03.02/E add wait type EasyAction1 time 2147483647
08.03.02/E add wait type EasyAction1 done
08.03.02/E add wait task
08.03.03/E Error: 1
08.03.03/E {"success":false,"error":400,"message":"Trouble uploading file"}