{
"shareUsers": [
{
"name": "string",
"phone": "string",
"birthday": "string",
"zodiac": "string",
"constellation": "string",
"nation": "string",
"gender": "string"
}
]
}
curl --location --request GET '/user/share/share' \
--header 'Content-Type: application/json' \
--data-raw '{
"shareUsers": [
{
"name": "string",
"phone": "string",
"birthday": "string",
"zodiac": "string",
"constellation": "string",
"nation": "string",
"gender": "string"
}
]
}'
{
"code": 0,
"msg": "",
"data": 0
}