Thanks...
and json file is in the folder cURL.
* timeout on name lookup is not supported
* Trying 192.168.10.49...
* TCP_NODELAY set
* Connected to localhost (localhost) port 8080 (#0)
* Server auth using Basic with user 'devuser'
> POST /kaaAdmin/rest/api/sendNotification HTTP/1.1
> Host: localhost:8080
> Authorization: Basic ZGcjpkZXZ1c2VyMTIz
> User-Agent: curl/7.53.1
> Accept: */*
> Content-Length: 430
> Expect: 100-continue
> Content-Type: multipart/form-data; boundary=------------------------9afb6dbc2f9b9ad9
>
< HTTP/1.1 100 Continue
< HTTP/1.1 400 Required request part 'notification' is not present
< Date: Sun, 16 Jul 2017 10:22:14 GMT
< Set-Cookie: JSESSIONID=5ntlt6mc0q35137au4d7ilmzw;Path=/
< Content-Type: text/html; charset=ISO-8859-1
< Cache-Control: must-revalidate,no-cache,no-store
< Content-Length: 402
< Server: Jetty(9.2.2.v20140723)
* HTTP error before end of send, stop sending
<
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>Error 400 Required request part 'notification' is not present</title>
</head>
<body><h2>HTTP ERROR 400</h2>
<p>Problem accessing /kaaAdmin/rest/api/sendNotification. Reason:
<pre> Required request part 'notification' is not present</pre></p><hr><i><small>Powered by Jetty://</small></i><hr/>
</body>
</html>
* Closing connection 0