●Tasker有無: 購入済み
●Androidバージョン: 7.1.1
●root有無: なし

●やりたいこと
LINE Notify を使って、画像(jpg)をLINEへ送信したい

●やってみたこと

LINE Notifyのトークンを取得

TaskerプラグインのRESTask(無料)をインストール

TaskEdit→plugin→RESTask

↓成功した設定(テキスト送信)
Configuration
Setting
RequestType: Post
Host: https://notify-api.line.me/api/notify
Headers
Content-Type: application/x-www-form-urlencoded
Authorization: 取得したトークン
Parameters
message: ほげほげ

↓失敗して出来ない設定(画像送信)
※上記の成功バージョンを下記に書き換える
Headers
ContentType: multipart/form-data
Parameters
imageFile: /storage/emulated/0/a.jpg

●わからないこと(知りたいこと)
・ストレージのパスの指定が悪いのか、
・Content-typeが間違ってるのか、
・そもそも検討違いなのか、、

全然わかりません。
どなたか、ご教授をお願いします。

●参考にしたサイト

https://notify-bot.line.me/doc/ja/
https://www.google.co.jp/amp/s/tomandroid.com/2016/10/line-notifytaskerline.html/amp/
https://engineering.linecorp.com/ja/blog/detail/94

どうぞ、よろしくお願いします。