token: ********************
{
"project_id": 1,
"depart_id": 1,
"user_id": 1
}
curl --location --request POST 'http://cmi-api.gleg.site/api/project-department-people' \
--header 'Content-Type: application/json' \
--header 'token;' \
--data-raw '{
"project_id": 1,
"depart_id": 1,
"user_id": 1
}'
{
"code": 0,
"msg": "string"
}