Authorization: ********************{
"userIds": [
0
],
"role": "参与"
}curl --location 'http://localhost:8080/member/project//members' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"userIds": [
0
],
"role": "参与"
}'