Add personnel to the project with a certain user type, supporting new additions and updates. Set the user key through the X-User-Token parameter in the Header, and set the project UUID through the X-Project-Uuid parameter in the Headers. Add personnel to the project corresponding to X-Project-Uuid by passing in user_id.
user_id can be parsed from the JWT token by referring to the authentication tutorial.