{
"userId":"",
"decorationId":"",
"effectType":"",
"effectTime":""
}curl --location --request POST '/userDecoration/add' \
--header 'Accept: application/json' \
--header 'tokenId: {{tokenId}}' \
--header 'token: {{token}}' \
--header 'tenantId: {{tenantId}}' \
--header 'Accept-Language: {{Accept-Language}}' \
--header 'mobileSystem: {{mobileSystem}}' \
--header 'clientid: {{clientid}}' \
--header 'Authorization: {{authorization}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId":"",
"decorationId":"",
"effectType":"",
"effectTime":""
}'{}