Create an Install App Task

POST /api/v2/devices/997512397/tasks

{
  "data": {
    "type": "tasks",
    "attributes": {
      "type": "INSTALL_APP",
      "app_id": "60d0a5eb31eddd285865a784"
    }
  }
}

RESPONSE:

{
  "data": {
    "id": "60d0a5eb31eddd285865a78d",
    "type": "tasks",
    "attributes": {
      "function": "INSTALL_APP",
      "created_at": "2021-06-21T14:44:59.663Z",
      "app": {
        "name": "app_37278085",
        "version": "1.4.7",
        "config_ids": "",
        "id": "60d0a5eb31eddd285865a784"
      }
    }
  }
}