{
"firstLoveUserId": 0
}
curl --location --request POST 'https://test-api.yunjishop.cn/member/app/firstLove/sendFirstLoveVip' \
--header 'Content-Type: application/json' \
--data-raw '{
"firstLoveUserId": 0
}'
{
"code": 0,
"msg": "",
"trace": "",
"data": {
"userId": 0,
"stepType": 0
}
}