curl --location --request POST 'https://app.leiga.com/openapi/api/user/add-members' \
--header 'accessToken: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"userIds": [
1,
2
],
"projectId": 1
}'
{
"code": "0",
"data": {
"success": true
}
}