POST
    /api/teams/{team}/experiments/{experiment}/start
  
  curl \
 -X POST https://checkmango.com/api/teams/14/experiments/MY_NEW_EXPERIMENT/start \
 -H "Authorization: Bearer $ACCESS_TOKEN"
    
        Response examples (200)
  
  {
  "data": {
    "id": "VOLUPTATEM_EXPLICABO_AUT_MAIORES_UT",
    "type": "experiments",
    "attributes": {
      "id": 7,
      "team_id": 18,
      "key": "VOLUPTATEM_EXPLICABO_AUT_MAIORES_UT",
      "description": null,
      "status": "draft",
      "created": {
        "human": "1 second ago",
        "string": "2024-04-08 10:42:02"
      },
      "updated": {
        "human": "1 second ago",
        "string": "2024-04-08 10:42:02"
      },
      "started": {
        "human": null,
        "string": null
      },
      "stopped": {
        "human": null,
        "string": null
      }
    },
    "links": {
      "self": {
        "href": "http://checkmango.com/api/teams/18/experiments/VOLUPTATEM_EXPLICABO_AUT_MAIORES_UT"
      }
    }
  }
}
        Response examples (403)
  
  {
  "message": "Unauthenticated."
}
        Response examples (404)
  
  {
  "message": "Not Found"
}