{
"name": "string",
"description": "string",
"phone_list": [
0
],
"unionid_list": [
"string"
],
"external_user_ext_id_list": [
"string"
],
"unionid_openid_list": [
{
"unionid": "o6_bmjrPTlm6_2sgVt7hMZOPfL2M",
"openid": "oGZUI0YbJq8zWn1kS0oUp0EPDxWA"
},
{
"unionid": "o6_bmjrPTlm6_2sgVt7hMZOPfL2N",
"openid": "oGZUI0YbJq8zWn1kS0oUp0EPDxWB"
}
]
}
curl --location --request POST 'https://open.weibanzhushou.com/open-api/external_user_package/add_data?id=&access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"description": "string",
"phone_list": [
0
],
"unionid_list": [
"string"
],
"external_user_ext_id_list": [
"string"
],
"unionid_openid_list": [
{
"unionid": "o6_bmjrPTlm6_2sgVt7hMZOPfL2M",
"openid": "oGZUI0YbJq8zWn1kS0oUp0EPDxWA"
},
{
"unionid": "o6_bmjrPTlm6_2sgVt7hMZOPfL2N",
"openid": "oGZUI0YbJq8zWn1kS0oUp0EPDxWB"
}
]
}'
{
"errcode": 0,
"errmsg": "ok"
}