I have a REST service with below details -
HttpVerb - POST
URL - https://myhost/MyService/api/healthcheck
Headers-
Client-ID:ABC
Client-Secret:123456
Request Body:
{
"Account":[{
"ID":"34535",
"Category": "MMW"
}]
}
Can anyone let me know how can I create a powershell script to invoke this service ?