Authorization: ********************{
"inviteCode" : "1234",
"familyId":"xx",
"reasonApply":"原因"
}curl --location --request POST 'http://122.51.138.163:8080/h5/family/familyUsers/apply?type=0' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"inviteCode" : "1234",
"familyId":"xx",
"reasonApply":"原因"
}'{"msg":"申请已提交,请耐心等待确认","code":200}