Authorization: Bearer ********************curl --location --request POST '/projects//users/invite' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_name": "John Doe",
"email": "willsmith@bowmanfurniture.com",
"user_role": "admin",
"rate": " ",
"budget_hours": 0,
"cost_rate": 0
}'{
"code": 0,
"message": "The staff has been added.",
"users": [
{
"user_id": "460000000036868",
"user_name": "John Doe",
"email": "willsmith@bowmanfurniture.com",
"user_role": "admin",
"is_current_user": true,
"cost_rate": 0
}
]
}