{
"staffPhoto": "string"
}
curl --location --request PUT 'https://heimahr.itheima.net/api/sys/updateStaffPhoto' \
--header 'Content-Type: application/json' \
--data-raw '{
"staffPhoto": "string"
}'
{
"message": "string",
"success": true
}