{
"follow_list": [
{
"unionId": "string",
"userId": "string",
"text": [
{
"content": "string",
"timestamp": 0
}
]
}
]
}
curl --location --request POST 'https://aa-hub.ddregion.com/api/v1/customer/add_follow?token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"follow_list": [
{
"unionId": "string",
"userId": "string",
"text": [
{
"content": "string",
"timestamp": 0
}
]
}
]
}'
{
"errcode": 0,
"errmsg": "string",
"follow_list": [
{
"userId": "string",
"unionId": "string",
"text": [
{
"content": "string",
"timestamp": 0
}
]
}
]
}