curl --location 'https://petstore-demo.apifox.com/autotest/project/user/save' \
--header 'Content-Type: application/json' \
--data '{
"isEdit": true,
"projectId": "string",
"userIds": [
"string"
],
"roleIds": [
"string"
]
}'