Authorization: ********************{
"drawRecordId": 0,
"userId": 0,
"showToUser": true
}curl --location --request POST '/iapi/v1/pro/pointsmall/crm/drawrecord/changestatus' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"drawRecordId": 0,
"userId": 0,
"showToUser": true
}'