Access Token換掉就可以用了
https://notify-bot.line.me/doc/en/
curl -X POST -i https://notify-api.line.me/api/notify -H "Authorization: Bearer accecc_token" -H "Content-Type: multipart/form-data" -F "message=我是訊息"
curl -X POST -i https://notify-api.line.me/api/notify -H "Authorization: Bearer accecc_token" -H "Content-Type: multipart/form-data" -F "message=我是訊息" -F "imageFile=@//home/ciao/Desktop/gitlab.png"
curl -X POST -i https://notify-api.line.me/api/notify -H "Authorization: Bearer accecc_token" -H "Content-Type: multipart/form-data" -F "message=我是訊息" -F "imageThumbnail=https://goo.gl/ChmrLf" -F "imageFullsize=https://goo.gl/ChmrLf"
curl -X POST -i https://notify-api.line.me/api/notify -H "Authorization: Bearer accecc_token" -H "Content-Type: multipart/form-data" -F "message=我是訊息" -F "stickerPackageId=2" -F "stickerId=18"