Hii, we are facing some problems while testing out the Hexnode APIs. We were able to execute GET APIs successfully but when we try POST it does not execute successfully.
POSt commands tested –
POST https://xyz.hexnodemdm.com/api/v1/actions/associate_policy/
If it helps, we used this as body –
1 2 3 4 5 6 7 8 9 10 11 12 |
{ "users": [ { "id": 2, } ] "policies": [ { "id": 20, } ] } |