Authorization: Bearer ********************{
"projectIntroduction": "string",
"startTime": "string",
"pictures": [
{
"pictureUrl": "string",
"pictureName": "string"
}
],
"videos": [
{
"videoUrl": "string",
"videoName": "string",
"videoSize": "string",
"uploadTime": "string"
}
]
}curl --location --request POST '/api/services/app/conf/changeProjectIntroduction' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"projectIntroduction": "string",
"startTime": "string",
"pictures": [
{
"pictureUrl": "string",
"pictureName": "string"
}
],
"videos": [
{
"videoUrl": "string",
"videoName": "string",
"videoSize": "string",
"uploadTime": "string"
}
]
}'