{
"account_id": "string",
"friends": [
{
"property1": "string",
"property2": "string"
}
],
"agent_id": "string",
"follow_scenario": "string",
"follow_days": 7,
"follow_frequency": "daily",
"time_range_start": "09:00",
"time_range_end": "18:00"
}curl --location --request POST '/api/tasks/auto-follow/batch' \
--header 'Content-Type: application/json' \
--data-raw '{
"account_id": "string",
"friends": [
{
"property1": "string",
"property2": "string"
}
],
"agent_id": "string",
"follow_scenario": "string",
"follow_days": 7,
"follow_frequency": "daily",
"time_range_start": "09:00",
"time_range_end": "18:00"
}'null