{
"targetID": "string",
"targetType": "string",
"projectID": "string",
"authType": 0
}
curl --location --request POST '/api/v1/system/data/project/create' \
--header 'Ithings-Project-Id: {{Ithings-Project-Id}}' \
--header 'Ithings-Token: {{iThings-token}}' \
--header 'app-code: {{appCode}}' \
--header 'device-id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"targetID": "string",
"targetType": "string",
"projectID": "string",
"authType": 0
}'
{
"code": "200",
"msg": "string",
"data": {
"projectID": "string",
"authType": 0,
"targetID": "string",
"updatedTime": 0,
"user": {
"userID": "string",
"userName": "string",
"email": "string",
"phone": "string",
"lastIP": "string",
"regIP": "string",
"nickName": "string",
"headImg": "string",
"tags": {},
"createdTime": "string"
}
}
}