curl --location -g --request PUT 'https:///api/v2/projects/' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"project_name": "string",
"team_id": 0
}'
{
"success": true,
"message": "string",
"data": {
"id": 0,
"created_by": "string",
"created_on": "2019-08-24T14:15:22Z",
"modified_by": "string",
"modified_on": "2019-08-24T14:15:22Z",
"project_name": "string",
"team_visibility": true,
"is_deleted": true,
"team": 0
}
}