Authorization: Bearer ********************{
"join_userid": 1,
"join_account": "xxxxx",
"remote_quantity": 10,
"android_quantity": 5
}curl --location --request POST '/teams/members' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"join_userid": 1,
"join_account": "xxxxx",
"remote_quantity": 10,
"android_quantity": 5
}'{
"id": 1,
"team_id": 1,
"userid": 1,
"memo": "",
"is_creator": true,
"bind_time": 1747977805,
"remote_quantity": 10,
"android_quantity": 1,
"create_time": 1747977805,
"update_time": 1747977805
}