{
"image": "string",
"spreadUid": 0,
"userId": 0
}curl --location --request POST '/api/admin/user/update/spread' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"image": "string",
"spreadUid": 0,
"userId": 0
}'{
"code": 0,
"data": "string",
"message": "string"
}