Update Portfolio
This endpoint update the portfolio details using unique identifier id.
        PUT
    /api/v1.0/subteams/{subteam_id}
  
  curl \
 --request PUT 'https://openapi.niftypm.com/api/v1.0/subteams/{subteam_id}' \
 --header "Authorization: Bearer $ACCESS_TOKEN" \
 --header "Content-Type: application/json"
    
        Request examples
  
  {}
        Response examples (200)
  
  {
  "message": "string",
  "id": "string"
}