Herer is the JSON
{
"squad": {
"members": [
{
"assistantId": "assistantId",
"assistantDestinations": [
{
"assistantName": "SP Regular Inbound For Old Patients",
"type": "assistant",
"transferMode": "rolling-history",
"description": "when user speaks Spanish or asks to transfer to Spanish then transfer the call "
}
],
"assistant": {
"name": "Regular Inbound For Old Patients"
}
},
{
"assistantId": "assistantId",
"assistantDestinations": [
{
"assistantName": "Regular Inbound For Old Patients",
"type": "assistant",
"description": "when user speaks English or asks to transfer to English then transfer the call "
}
],
"assistant": {
"name": "SP Regular Inbound For Old Patients"
}
}
],
"membersOverrides": {
"variableValues": {
"name": "eloeonora"
}
}
},
"squadId": "squadId"
}