curl --location --request POST 'http://creator.moreapi.cn/api/douyin_v1/follow' \
--form 'cookie=""' \
--form 'user_id=""' \
--form 'follow_type=""' \
--form 'proxy=""'
{
"code": 0,
"msg": "string",
"path": null,
"data": {
"status_msg": "string",
"follow_status": 0,
"footer": {
"show_entrance": 0,
"text": "string",
"type": 0,
"duration": 0
},
"extra": {
"now": 0,
"fatal_item_ids": [
null
],
"logid": "string"
},
"log_pb": {
"impr_id": "string"
},
"status_code": 0
}
}