Authorization: Bearer ********************
{
"key": "string"
}
curl --location --request PUT 'http://127.0.0.1:9897/api/pbhplus/key' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "string"
}'
{
"success": true,
"message": "捐赠密钥已保存",
"data": null
}