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