{
"notify_url": "https://www.demo.com/notify"
}curl --location --request POST '/outapi/user/notify_url' \
--header 'Authori-zation: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"notify_url": "https://www.demo.com/notify"
}'{
"status": 200,
"msg": "设置成功",
"traceId": "73a683115d77e4bc4a832db85e5cdd56"
}